summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0-RC4.6.0-rc4antirez2020-04-162-1/+270
* Update SDS to latest version.antirez2020-04-161-1/+1
* RESP3: fix HELLO map len in Sentinel mode.antirez2020-04-161-1/+1
* Don't allow empty spaces in ACL usernames.antirez2020-04-151-8/+36
* Don't allow empty spaces in ACL key patterns.antirez2020-04-151-1/+12
* FIX: truncate max/min longitude,latitude related geo_point (ex: {180, 85.051...liumiuyong2020-04-151-0/+4
* Typo in getTimeoutFromObjectOrReply's error replyGuy Benoish2020-04-151-1/+1
* Fix HELLO reply in Sentinel mode, see #6160.antirez2020-04-151-1/+1
* fix spelling in acl.chwware2020-04-151-2/+2
* Fix zsetAdd() top comment spelling.antirez2020-04-151-3/+3
* fix spelling mistake in bitops.chayleeliu2020-04-151-1/+1
* Fix function names in zslDeleteNode() top comment.antirez2020-04-151-1/+2
* RESP3: change streams items from maps to arrays.antirez2020-04-151-1/+1
* Use the special static refcount for stack objects.antirez2020-04-151-1/+1
* RDB: refactor some RDB loading code into dbAddRDBLoad().antirez2020-04-153-4/+22
* incrRefCount(): abort on statically allocated object.antirez2020-04-152-2/+12
* More powerful DEBUG RELOAD.antirez2020-04-153-16/+55
* RDB: clarify a condition in rdbLoadRio().antirez2020-04-152-2/+9
* RDB: load files faster avoiding useless free+realloc.antirez2020-04-157-28/+40
* Speedup: unblock clients on keys in O(1).antirez2020-04-154-23/+50
* Fix ACL HELP table missing comma.antirez2020-04-081-12/+12
* Judge the log level in advancemymilkbottles2020-04-071-0/+1
* Speedup INFO by counting client memory incrementally.antirez2020-04-074-26/+52
* fix comments about RESIZE DB opcode in rdb.c qetu37902020-04-071-4/+1
* Clarify redis.conf comment about lazyfree-lazy-user-del.antirez2020-04-071-5/+9
* lazyfree: add a new configuration lazyfree-lazy-user-delzhaozhao.zz2020-04-074-2/+7
* LCS: more tests.antirez2020-04-071-0/+8
* LCS: allow KEYS / STRINGS to be anywhere.antirez2020-04-071-6/+0
* LCS tests.antirez2020-04-071-0/+22
* LCS: get rid of STOREIDX option. Fix get keys helper.antirez2020-04-072-21/+20
* LCS: fix stale comment.antirez2020-04-071-1/+1
* LCS: output LCS len as well in IDX mode.antirez2020-04-071-1/+6
* LCS: MINMATCHLEN and WITHMATCHLEN options.antirez2020-04-071-11/+24
* LCS: 7x speedup by accessing the array with better locality.antirez2020-04-071-1/+1
* LCS: implement KEYS option.antirez2020-04-071-2/+18
* LCS: other fixes to range emission.antirez2020-04-071-16/+20
* LCS: fix emission of last range starting at index 0.antirez2020-04-071-1/+1
* LCS: implement range indexes option.antirez2020-04-071-9/+59
* LCS: initial functionality implemented.antirez2020-04-074-1/+156
* Check OOM at script start to get stable lua OOM state.srzhao2020-04-073-4/+11
* diffrent fix for runtest --host --portOran Agra2020-04-072-13/+13
* Try to fix time-sensitive tests in blockonkey.tclGuy Benoish2020-04-071-1/+54
* Use __attribute__ only if __GNUC__ is definedGuy Benoish2020-04-071-3/+12
* Modules: Perform printf-like format checks in variadic APIGuy Benoish2020-04-071-3/+3
* XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-04-073-2/+18
* Stale replica should allow MULTI/EXECGuy Benoish2020-04-071-3/+3
* fix integer overflowXudong Zhang2020-04-071-2/+2
* Fix no-negative-zero testGuy Benoish2020-04-071-0/+1
* modules don't signalModifiedKey in setKey() since that's done (optionally) in...Oran Agra2020-04-074-8/+8
* change CI to build and run the module api testsOran Agra2020-04-071-0/+2