summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0.55.0.5antirez2019-05-152-1/+226
* Typo fixes in CONTRIBUTINGChristian Zeller2019-05-151-2/+2
* Update CONTRIBUTING with present info.antirez2019-05-151-5/+15
* Narrow the effects of PR #6029 to the exact state.antirez2019-05-151-5/+17
* stop ping when client pausechendianqiang2019-05-151-1/+1
* Test: fix slowlog test false positive.antirez2019-05-141-1/+3
* Make comment in getClientOutputBufferMemoryUsage() describing the present.antirez2019-05-131-8/+1
* Do not active expire keys in the background when the switch is off.WuYunlong2019-05-131-4/+6
* delete sdsTest() from REDIS_TESTliaotonglang2019-05-131-2/+0
* test cases: skiptill -> skip-tillzhaozhao.zz2019-05-131-1/+1
* make replication tests more stable on slow machinesOran Agra2019-05-133-4/+34
* Add runtest-moduleapi with commandfilter coverage.Yossi Gottlieb2019-05-135-28/+63
* fix: missing initialization.Yossi Gottlieb2019-05-133-0/+1
* Test: disable module testing for now.antirez2019-05-131-1/+0
* CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.Yossi Gottlieb2019-05-134-15/+62
* CommandFilter API: fix UnregisterCommandFilter.Yossi Gottlieb2019-05-131-3/+2
* CommandFilter API: Add unregister option.Yossi Gottlieb2019-05-134-32/+126
* CommandFilter API: Extend documentation.Yossi Gottlieb2019-05-131-5/+43
* CommandFilter API: hellofilter and tests.Yossi Gottlieb2019-05-132-5/+47
* CommandFilter API: Support Lua and RM_call() flows.Yossi Gottlieb2019-05-132-7/+18
* CommandFilter API: More cleanup.Yossi Gottlieb2019-05-132-29/+10
* Add command filter Module API tests.Yossi Gottlieb2019-05-132-0/+28
* Add command filtering argument handling API.Yossi Gottlieb2019-05-133-13/+132
* Initial command filter experiment.Yossi Gottlieb2019-05-136-2/+161
* diskless fork kept streaming RDB to a disconnected slaveOran Agra2019-05-131-0/+10
* diskless replication - notify slave when rdb transfer failedOran Agra2019-05-131-0/+1
* More sensible name for function: restartAOFAfterSYNC().antirez2019-05-131-3/+7
* Mostly aesthetic changes to restartAOF().antirez2019-05-131-3/+7
* bugfix to restartAOF, exit will never happen since retry will get negative.oranagra2019-05-131-4/+5
* Add log when server dies of SIGTERM during loadingOran Agra2019-05-131-0/+1
* Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-05-138-17/+30
* MANIFESTO: simplicity and lock-in.antirez2019-05-131-1/+5
* MANIFESTO v2.antirez2019-05-131-6/+41
* Fix uint64_t hash value in active defragyongman2019-05-101-3/+3
* Enlarge error buffer in redis-check-aof.c to remove compiler warning of outpu...Angus Pearson2019-05-101-1/+1
* fix memory leak when rewrite config filezhaozhao.zz2019-05-101-4/+3
* Update ziplist.c唐权2019-05-101-1/+1
* change the comments there may have a mis typestan0112019-05-101-1/+1
* Preserve client->id for blocked clients.Yossi Gottlieb2019-05-101-1/+4
* aof: enhance AOF_FSYNC_EVERYSEC, more details in #5985zhaozhao.zz2019-05-102-3/+32
* build fixDavid Carlier2019-04-261-0/+1
* Fix memleak in bitfieldCommandyongman2019-04-261-2/+8
* Fix start and end key initializeJames Rouzier2019-04-261-2/+2
* Merge pull request #6047 from abhaynahar/removed-obsolete-warning-5.0Salvatore Sanfilippo2019-04-261-7/+1
|\
| * removed obsolete warning as per - https://github.com/antirez/redis/issues/5291abhay2019-04-251-7/+1
|/
* Aesthetic change to #5962 to conform to Redis style.antirez2019-04-101-3/+1
* slave corrupts replication stream when module blocked client uses large reply...Oran Agra2019-04-103-6/+15
* Redis 5.0.4.5.0.4antirez2019-03-182-1/+206
* HyperLogLog: fix comment in hllCount().antirez2019-03-181-2/+2
* HyperLogLog: handle wrong offset in the base case.antirez2019-03-181-6/+2