summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Streams: now we can just use alsoPropagate().stream-propagation-fix-2antirez2020-04-171-1/+1
* alsoPropagate(): just propagate() when out of context.antirez2020-04-171-1/+11
* Move handleClientsBlockedOnKeys() outside processCommand().antirez2020-04-172-2/+5
* Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP.antirez2020-04-172-3/+8
* 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
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-152-1/+5
|\
| * Merge pull request #7078 from karelrooted/fix/geo-hash-edge-caseSalvatore Sanfilippo2020-04-151-0/+4
| |\
| | * FIX: truncate max/min longitude,latitude related geo_point (ex: {180, 85.051...liumiuyong2020-04-091-0/+4
| * | Merge pull request #7085 from guybe7/timeout_err_typoSalvatore Sanfilippo2020-04-141-1/+1
| |\ \
| | * | Typo in getTimeoutFromObjectOrReply's error replyGuy Benoish2020-04-111-1/+1
* | | | Fix HELLO reply in Sentinel mode, see #6160.antirez2020-04-151-1/+1
|/ / /
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-141-2/+2
|\ \ \
| * \ \ Merge pull request #7095 from hwware/typofixaclSalvatore Sanfilippo2020-04-141-2/+2
| |\ \ \
| | * | | fix spelling in acl.chwware2020-04-141-2/+2
| | |/ /
* | | | Fix zsetAdd() top comment spelling.antirez2020-04-141-3/+3
|/ / /
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-141-1/+1
|\ \ \ | |/ /
| * | Merge pull request #7074 from hayleeliu/unstableSalvatore Sanfilippo2020-04-101-1/+1
| |\ \
| | * | fix spelling mistake in bitops.chayleeliu2020-04-081-1/+1
| | |/
* | | Fix function names in zslDeleteNode() top comment.antirez2020-04-141-1/+2
|/ /
* | RESP3: change streams items from maps to arrays.antirez2020-04-101-1/+1
* | Merge branch 'faster-rdb-loading' into unstableantirez2020-04-099-43/+129
|\ \
| * | Use the special static refcount for stack objects.faster-rdb-loadingantirez2020-04-091-1/+1
| * | RDB: refactor some RDB loading code into dbAddRDBLoad().antirez2020-04-093-4/+22
| * | incrRefCount(): abort on statically allocated object.antirez2020-04-092-2/+12
| * | More powerful DEBUG RELOAD.antirez2020-04-093-16/+55
| * | RDB: clarify a condition in rdbLoadRio().antirez2020-04-092-2/+9
| * | RDB: load files faster avoiding useless free+realloc.antirez2020-04-097-28/+40
| |/
* | Speedup: unblock clients on keys in O(1).o1-bpopantirez2020-04-084-23/+50
|/
* Fix ACL HELP table missing comma.antirez2020-04-081-12/+12
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-071-0/+1
|\
| * Merge pull request #7064 from mymilkbottles/unstableSalvatore Sanfilippo2020-04-061-0/+1
| |\
| | * Judge the log level in advancemymilkbottles2020-04-061-0/+1
* | | Speedup INFO by counting client memory incrementally.faster-infoantirez2020-04-074-26/+52
|/ /
* | Merge pull request #7065 from qetu3790/unstableSalvatore Sanfilippo2020-04-061-4/+1
|\ \
| * | fix comments about RESIZE DB opcode in rdb.c qetu37902020-04-061-4/+1
* | | Merge pull request #6243 from soloestoy/expand-lazy-free-server-delSalvatore Sanfilippo2020-04-063-1/+3
|\ \ \ | |/ / |/| |
| * | lazyfree: add a new configuration lazyfree-lazy-user-delzhaozhao.zz2019-12-183-1/+3
* | | Merge branch 'lcs' into unstableantirez2020-04-064-1/+237
|\ \ \ | |_|/ |/| |
| * | LCS: allow KEYS / STRINGS to be anywhere.antirez2020-04-061-6/+0
| * | LCS: get rid of STOREIDX option. Fix get keys helper.antirez2020-04-062-21/+20
| * | LCS: fix stale comment.lcsantirez2020-04-021-1/+1
| * | LCS: output LCS len as well in IDX mode.antirez2020-04-021-1/+6
| * | LCS: MINMATCHLEN and WITHMATCHLEN options.antirez2020-04-021-11/+24
| * | LCS: 7x speedup by accessing the array with better locality.antirez2020-04-011-1/+1
| * | LCS: implement KEYS option.antirez2020-04-011-2/+18
| * | LCS: other fixes to range emission.antirez2020-04-011-16/+20
| * | LCS: fix emission of last range starting at index 0.antirez2020-04-011-1/+1