summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #3830 from oranagra/diskless_capa_prSalvatore Sanfilippo2019-03-222-0/+11
|\ \
| * | diskless fork kept streaming RDB to a disconnected slaveOran Agra2019-03-211-0/+10
| * | diskless replication - notify slave when rdb transfer failedOran Agra2019-03-201-0/+1
* | | Merge pull request #5945 from dvirsky/miss_notificationSalvatore Sanfilippo2019-03-225-12/+36
|\ \ \
| * | | Renamed event name from "miss" to "keymiss"Dvir Volk2019-03-212-5/+5
| * | | remove extra linebreakDvir Volk2019-03-211-1/+0
| * | | Added missing REDISMODULE_NOTIFY_KEY_MISS flag to REDISMODULE_NOTIFY_ALLDvir Volk2019-03-211-1/+1
| * | | added special flag for keyspace miss notificationsDvir Volk2019-03-215-7/+12
| * | | Added keyspace miss notifications supportDvir Volk2019-03-192-8/+28
| |/ /
* | | More sensible name for function: restartAOFAfterSYNC().antirez2019-03-211-3/+7
* | | Mostly aesthetic changes to restartAOF().antirez2019-03-211-3/+7
* | | Merge pull request #3829 from oranagra/restart_aof_prSalvatore Sanfilippo2019-03-211-4/+5
|\ \ \
| * | | bugfix to restartAOF, exit will never happen since retry will get negative.oranagra2019-03-201-4/+5
| |/ /
* | | Merge pull request #5390 from oranagra/lookup_key_writeSalvatore Sanfilippo2019-03-212-25/+32
|\ \ \
| * | | change SORT and SPOP to use lookupKeyWrite rather than lookupKeyReadOran Agra2019-03-202-25/+32
| |/ /
* | | Alter coding style in #4696 to conform to Redis code base.antirez2019-03-211-1/+1
* | | Merge pull request #4696 from oranagra/zrealloc_fixSalvatore Sanfilippo2019-03-211-0/+4
|\ \ \
| * | | Fix zrealloc to behave similarly to je_realloc when size is 0Oran Agra2018-02-211-0/+4
* | | | Merge pull request #5243 from oranagra/sigterm_logSalvatore Sanfilippo2019-03-211-0/+1
|\ \ \ \
| * | | | Add log when server dies of SIGTERM during loadingOran Agra2018-08-131-0/+1
* | | | | Merge pull request #5391 from oranagra/touch_flagsSalvatore Sanfilippo2019-03-211-2/+2
|\ \ \ \ \
| * | | | | getKeysFromCommand for TOUCH only extracted the first key.Oran Agra2019-03-201-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #3650 from yossigo/key_name_from_module_ioSalvatore Sanfilippo2019-03-218-17/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-158-17/+30
* | | | | MANIFESTO: simplicity and lock-in.antirez2019-03-181-1/+5
* | | | | MANIFESTO v2.antirez2019-03-181-6/+41
* | | | | replicaofCommand() refactoring: stay into 80 cols.antirez2019-03-181-2/+5
* | | | | redis-check-aof: fix potential overflow.antirez2019-03-181-2/+2
| |_|_|/ |/| | |
* | | | HyperLogLog: fix comment in hllCount().antirez2019-03-161-2/+2
* | | | HyperLogLog: handle wrong offset in the base case.antirez2019-03-151-6/+2
* | | | HyperLogLog: speedup fuzz test.antirez2019-03-151-2/+1
* | | | HyperLogLog: enlarge reghisto variable for safety.antirez2019-03-151-1/+6
* | | | HyperLogLog: dense/sparse repr parsing fuzz test.antirez2019-03-151-0/+29
* | | | Fix hyperloglog corruptionJohn Sully2019-03-151-0/+6
|/ / /
* | | Fix ZPOP return type when COUNT=0. Related to #5799.antirez2019-03-141-1/+1
* | | Fix objectSetLRUOrLFU() when LFU underflows.antirez2019-03-141-7/+11
* | | Improve comments after merging #5834.antirez2019-03-142-8/+14
* | | Merge pull request #5834 from guybe7/trim_module_sdsSalvatore Sanfilippo2019-03-144-5/+28
|\ \ \
| * | | Trim SDS free space of retained module stringsGuy Benoish2019-02-124-5/+28
* | | | Merge pull request #5931 from guybe7/fix_notify_classesSalvatore Sanfilippo2019-03-142-2/+2
|\ \ \ \
| * | | | Fix mismatching keyspace notification classesGuy Benoish2019-03-142-2/+2
|/ / / /
* | | | Merge pull request #4742 from guybe7/zrangebylex_leakSalvatore Sanfilippo2019-03-141-1/+4
|\ \ \ \
| * | | | Fix zlexrangespec mem-leak in genericZrangebylexCommandGuy Benoish2018-03-071-1/+4
* | | | | Merge pull request #4904 from guybe7/memtoll_fixSalvatore Sanfilippo2019-03-141-2/+2
|\ \ \ \ \
| * | | | | Use memtoll() in 'CONFIG SET client-output-buffer-limit'Guy Benoish2018-04-181-2/+2
* | | | | | Merge pull request #5812 from guybe7/fix_string2ldSalvatore Sanfilippo2019-03-142-1/+5
|\ \ \ \ \ \
| * | | | | | Increase string2ld's buffer size (and fix HINCRBYFLOAT)Guy Benoish2019-01-282-1/+5
* | | | | | | Merge pull request #5694 from guybe7/rm_log_argsSalvatore Sanfilippo2019-03-141-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Check server.verbosity in RM_LogRawGuy Benoish2018-12-131-0/+2
* | | | | | | | Merge pull request #5799 from guybe7/zpop_zero_countSalvatore Sanfilippo2019-03-141-1/+4
|\ \ \ \ \ \ \ \