summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Make CLIENT HELP output nicer to the eyes.antirez2018-06-281-11/+11
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-284-5/+5
|\ \ \ \ \
| * \ \ \ \ Merge pull request #5066 from oranagra/defrag_jemalloc5_fixSalvatore Sanfilippo2018-06-272-2/+2
| |\ \ \ \ \
| | * | | | | minor fix in creating a stream NACK for rdb and defrag testsOran Agra2018-06-272-2/+2
| | |/ / / /
| * | | | | Merge pull request #5067 from mpaltun/mpaltun-doc-fixSalvatore Sanfilippo2018-06-272-3/+3
| |\ \ \ \ \
| | * | | | | Update t_stream.cMustafa Paltun2018-06-271-2/+2
| | * | | | | Update help.hMustafa Paltun2018-06-271-1/+1
| | |/ / / /
* | | | | | Add unblock in CLIENT HELP.antirez2018-06-281-0/+1
|/ / / / /
* | | | | CLIENT UNBLOCK: support unblocking by error.antirez2018-06-271-3/+22
* | | | | CLIENT UNBLOCK implemented.antirez2018-06-271-0/+22
* | | | | Take clients in a ID -> Client handle dictionary.antirez2018-06-273-0/+6
* | | | | CLIENT ID implemented.antirez2018-06-271-0/+4
|/ / / /
* | | | Merge pull request #5063 from oranagra/test_suite_improvementsSalvatore Sanfilippo2018-06-272-0/+19
|\ \ \ \
| * | | | test suite infra improvements and fixOran Agra2018-06-262-0/+19
* | | | | Merge pull request #5065 from oranagra/defrag_jemalloc5Salvatore Sanfilippo2018-06-279-25/+273
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add active defrag support for streamsOran Agra2018-06-276-25/+230
| * | | | add defrag hint support into jemalloc 5Oran Agra2018-06-273-0/+43
|/ / / /
* | | | Merge pull request #5027 from tigertv/unstableSalvatore Sanfilippo2018-06-261-3/+1
|\ \ \ \
| * | | | Update sort.cMax Vetrov2018-06-171-3/+1
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-261-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge pull request #5059 from guybe7/fix_restore_warningSalvatore Sanfilippo2018-06-261-1/+1
| |\ \ \ \ \
| | * | | | | Fix compiler warning in restoreCommandGuy Benoish2018-06-241-1/+1
* | | | | | | Sentinel: test command renaming feature.antirez2018-06-261-0/+10
|/ / / / / /
* | | | | | Fix type of argslen in sendSynchronousCommand().antirez2018-06-261-1/+1
* | | | | | Remove black space.antirez2018-06-261-1/+1
* | | | | | Merge pull request #5037 from madolson/repl-auth-fixSalvatore Sanfilippo2018-06-261-5/+12
|\ \ \ \ \ \
| * | | | | | Addressed commentsMadelyn Olson2018-06-261-1/+1
| * | | | | | Fixed replication authentication with whitespace in passwordMadelyn Olson2018-06-261-5/+12
* | | | | | | Sentinel: fix SENTINEL SET error reporting.antirez2018-06-261-9/+18
* | | | | | | Sentinel: drop the renamed-command entry in a more natural way.antirez2018-06-251-7/+4
* | | | | | | Sentinel command renaming: document it into sentinel.conf.antirez2018-06-251-0/+19
* | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-251-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #4634 from soloestoy/special-authSalvatore Sanfilippo2018-06-221-2/+2
| |\ \ \ \ \ \
| | * | | | | | config: handle special configuration "" for authzhaozhao.zz2018-01-261-2/+2
* | | | | | | | Sentinel command renaming: use case sensitive hashing for the dict.antirez2018-06-251-1/+2
* | | | | | | | Sentinel command renaming: fix CONFIG SET event logging.antirez2018-06-251-1/+17
* | | | | | | | Sentinel command renaming: fix CONFIG SET after refactoring.antirez2018-06-251-5/+5
* | | | | | | | Sentinel command renaming: implement SENTINEL SET.antirez2018-06-251-0/+19
* | | | | | | | Sentinel: make SENTINEL SET able to handle different arities.antirez2018-06-251-12/+19
* | | | | | | | Sentinel command renaming: config rewriting.antirez2018-06-251-0/+12
* | | | | | | | Sentinel command renaming: rename-command option parsing.antirez2018-06-251-0/+11
* | | | | | | | Sentinel command renaming: base machanism implemented.antirez2018-06-251-15/+64
|/ / / / / / /
* | | | | | | Merge pull request #5049 from youjiali1995/fix-load-rdbSalvatore Sanfilippo2018-06-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix rdbLoadIntegerObject() to create shared objects when needed.youjiali19952018-06-211-1/+1
* | | | | | | | Merge pull request #5053 from michael-grunder/zpopminmax-keyposSalvatore Sanfilippo2018-06-221-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update ZPOPMIN/ZPOPMAX command declarationmichael-grunder2018-06-211-2/+2
* | | | | | | | | Merge pull request #5050 from shenlongxing/fix-typoSalvatore Sanfilippo2018-06-224-4/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix typoshenlongxing2018-06-214-4/+4
* | | | | | | | | Merge pull request #5051 from oranagra/streams_mem_estimateSalvatore Sanfilippo2018-06-211-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix streams memory estimation, missing raxSeekOran Agra2018-06-211-1/+2
| |/ / / / / / /