summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fixbug for #4545 dead loop aof rewriteheqin2018-01-171-1/+1
| * | | | | | fixbug for #4545 dead loop aof rewriteheqin2017-12-181-1/+3
* | | | | | | Merge pull request #4609 from Qinch/unstableSalvatore Sanfilippo2018-01-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix assert problem in ZIP_DECODE_PREVLENSIZEqinchao2018-01-161-1/+1
* | | | | | | | Hopefully more clear comment to explain the change in #4607.antirez2018-01-161-3/+4
|/ / / / / / /
* | | | | | | Merge pull request #4607 from oranagra/psync2_backlogSalvatore Sanfilippo2018-01-161-0/+5
|\ \ \ \ \ \ \
| * | | | | | | PSYNC2 fix - promoted slave should hold on to it's backlogOran Agra2018-01-161-0/+5
|/ / / / / / /
* | | | | | | aof: format code and commentzhaozhao.zz2018-01-151-5/+5
* | | | | | | Put more details in the comment introduced by #4601.antirez2018-01-151-3/+8
* | | | | | | Merge pull request #4601 from soloestoy/fix-memoryleak-for-lazy-server-delSalvatore Sanfilippo2018-01-151-3/+4
|\ \ \ \ \ \ \
| * | | | | | | lazyfree: fix memory leak for lazyfree-lazy-server-delzhaozhao.zz2018-01-151-3/+4
* | | | | | | | Merge pull request #4575 from soloestoy/bugfix-benchmarkSalvatore Sanfilippo2018-01-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | redis-benchmark: bugfix - handle zero liveclients in right wayzhaozhao.zz2018-01-031-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #4581 from dvirsky/module_unlinkSalvatore Sanfilippo2018-01-123-0/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | Added RM_UnlinkKey - a low level analog to UNLINK commandDvir Volk2018-01-073-0/+56
* | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-01-121-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #4586 from gnuhpc/fix-crashlog-typoSalvatore Sanfilippo2018-01-121-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix a typo(maybe instruction?) in crash loggnuhpc2018-01-091-1/+1
* | | | | | | | | | | Fix getKeysUsingCommandTable() in the case of nagative arity.antirez2018-01-121-5/+7
|/ / / / / / / / / /
* | | | | | | | | | Document new protocol options in #4568 into redis.conf.antirez2018-01-111-0/+14
* | | | | | | | | | proto-max-querybuf-len -> client-query-buffer-limit.antirez2018-01-111-4/+4
* | | | | | | | | | New config options about protocol prefixed with "proto".antirez2018-01-114-13/+13
* | | | | | | | | | Merge pull request #4568 from oranagra/restore_size_limitSalvatore Sanfilippo2018-01-1111-34/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add config options for max-bulk-len and max-querybuf-len mainly to support RE...Oran Agra2017-12-294-1/+16
| * | | | | | | | | | fix processing of large bulks (above 2GB)Oran Agra2017-12-298-33/+39
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #3356 from yusaku/fix-module-firstkeySalvatore Sanfilippo2018-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix the firstkey, lastkey, and keystep of moduleCommandYusaku Kaneta2016-06-291-1/+1
* | | | | | | | | | | Test: MIGRATE AUTH test added.antirez2018-01-091-0/+24
* | | | | | | | | | | Rewrite MIGRATE AUTH option.antirez2018-01-091-12/+38
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #4579 from gnuhpc/fix-memoryusage-listSalvatore Sanfilippo2018-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix memory usage list buggnuhpc2018-01-051-1/+1
|/ / / / / / / / /
* | | | | | | | | Hyperloglog: refresh hdr variable correctly.antirez2017-12-221-1/+3
* | | | | | | | | Hyperloglog: Support for PFMERGE sparse encoding as target.antirez2017-12-221-3/+14
* | | | | | | | | Hyperloglog: refactoring of sparse/dense add function.antirez2017-12-221-20/+38
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #4540 from hqin6/unstableSalvatore Sanfilippo2017-12-151-4/+6
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | fixbug for #4538 Error opening /setting AOF rewrite IPC pipes: No such file o...heqin2017-12-151-4/+6
* | | | | | | | Merge pull request #4536 from tporadowski/antirez_unstable-cli-historySalvatore Sanfilippo2017-12-141-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | always enable command history in redis-cliTomasz Poradowski2017-12-131-1/+2
* | | | | | | | Merge pull request #4528 from nashe/patch-oob-read-4527Salvatore Sanfilippo2017-12-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent off-by-one read in stringmatchlen() (fixes #4527)nashe2017-12-121-1/+1
* | | | | | | | | safe_write -> aofWrite. Function commented.antirez2017-12-141-2/+9
* | | | | | | | | Merge pull request #4498 from soloestoy/aof-safe-writeSalvatore Sanfilippo2017-12-141-2/+23
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | aof: cast sdslen to ssize_tzhaozhao.zz2017-11-301-1/+1
| * | | | | | | | aof: fix the short writezhaozhao.zz2017-11-301-1/+22
* | | | | | | | | Cluster: allow read-only EVAL/EVALSHA in slaves.antirez2017-12-131-1/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Change indentation and other minor details of PR #4489.antirez2017-12-069-108/+99
* | | | | | | | C styleItamar Haber2017-12-051-4/+2
* | | | | | | | Uses an offset in addReplyHelpItamar Haber2017-12-051-5/+3
* | | | | | | | Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-0545-376/+3316
|\ \ \ \ \ \ \ \
| * | | | | | | | add linkClient(): adds the client and caches the list node.antirez2017-12-053-8/+14