summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix tracking table max keys option in redis.conf.antirez2020-04-291-9/+12
* | redis-cli: safer cluster fix with unreachalbe masters.antirez2020-04-291-1/+26
* | redis-cli: simplify cluster nodes coverage display.antirez2020-04-291-17/+10
|/
* redis-cli: try to make clusterManagerFixOpenSlot() more readable.antirez2020-04-291-6/+25
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-291-4/+8
|\
| * Merge pull request #7161 from guybe7/xinfo_full_countSalvatore Sanfilippo2020-04-281-4/+8
| |\
| | * XINFO STREAM FULL should have a default COUNT of 10Guy Benoish2020-04-281-4/+8
| |/
* | Comment clearly why we moved some code in #6623.antirez2020-04-291-1/+4
* | fix pipelined WAIT performance issue.srzhao2020-04-291-13/+13
|/
* Fix create-cluster BIN_PATH.antirez2020-04-281-1/+1
* Merge pull request #7134 from guybe7/xstate_commandSalvatore Sanfilippo2020-04-282-34/+226
|\
| * Extend XINFO STREAM outputGuy Benoish2020-04-282-34/+226
* | Merge pull request #7101 from hwware/fixunusedmarcoSalvatore Sanfilippo2020-04-281-1/+1
|\ \
| * | Fix not used marco in cluster.chwware2020-04-151-1/+1
* | | Merge pull request #6942 from itamarhaber/clustrutil-binpathSalvatore Sanfilippo2020-04-281-6/+8
|\ \ \
| * | | Update create-clusterItamar Haber2020-02-281-1/+1
| * | | Adds `BIN_PATH` to create-clusterItamar Haber2020-02-281-6/+8
* | | | Merge pull request #7160 from oranagra/refix-get_decoded_objectSalvatore Sanfilippo2020-04-281-4/+4
|\ \ \ \
| * | | | hickup, re-fix dictEncObjKeyCompareOran Agra2020-04-281-4/+4
|/ / / /
* | | | Merge pull request #7155 from oranagra/psync2_tests_raceSalvatore Sanfilippo2020-04-283-1/+15
|\ \ \ \
| * | | | fix loading race in psync2 testsOran Agra2020-04-283-1/+15
|/ / / /
* | | | Rework comment in dictEncObjKeyCompare().antirez2020-04-271-9/+8
* | | | Merge pull request #7152 from oranagra/dict_find_static_robjSalvatore Sanfilippo2020-04-271-4/+9
|\ \ \ \
| * | | | allow dictFind using static robjOran Agra2020-04-271-4/+9
|/ / / /
* | | | Merge pull request #7148 from madolson/unstable-crcSalvatore Sanfilippo2020-04-277-156/+465
|\ \ \ \
| * | | | Added crcspeed libraryMadelyn Olson2020-04-242-0/+341
| * | | | Made crc64 test consistentMadelyn Olson2020-04-241-2/+3
| * | | | Implemented CRC64 based on slice by 4Madelyn Olson2020-04-245-157/+124
* | | | | Merge pull request #7146 from oranagra/optimize_deferred_replySalvatore Sanfilippo2020-04-271-0/+31
|\ \ \ \ \
| * | | | | optimize memory usage of deferred repliesOran Agra2020-04-241-0/+31
* | | | | | Keep track of meaningful replication offset in replicas tooOran Agra2020-04-275-92/+212
* | | | | | Fix STRALGO command flags.antirez2020-04-271-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-243-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #7120 from Dave-in-lafayette/patch-1Salvatore Sanfilippo2020-04-231-1/+1
| |\ \ \ \
| | * | | | fix for unintended crash during panic responseDave-in-lafayette2020-04-201-1/+1
| * | | | | Merge pull request #7114 from guybe7/stream_tag_xsetidSalvatore Sanfilippo2020-04-231-1/+1
| |\ \ \ \ \
| | * | | | | Add the stream tag to XSETID testsGuy Benoish2020-04-191-1/+1
| * | | | | | Merge pull request #7121 from Dave-in-lafayette/patch-2Salvatore Sanfilippo2020-04-231-1/+1
| |\ \ \ \ \ \
| | * | | | | | fix for crash during panic before all threads are upDave-in-lafayette2020-04-201-1/+1
| | | |/ / / / | | |/| | | |
* | | | | | | LCS -> STRALGO LCS.antirez2020-04-244-15/+28
* | | | | | | Also use propagate() in streamPropagateGroupID().antirez2020-04-241-1/+11
|/ / / / / /
* | | | | | Merge pull request #7123 from fayadexinqing/optimizeClusterSlotsSalvatore Sanfilippo2020-04-232-4/+51
|\ \ \ \ \ \
| * | | | | | add tcl test for cluster slotsyanhui132020-04-211-0/+44
| * | | | | | optimize the output of cluster slotsyanhui132020-04-211-4/+7
| |/ / / / /
* | | | | | Minor aesthetic changes to #7135.antirez2020-04-231-7/+5
* | | | | | Merge pull request #7135 from valentinogeron/optimize-xreadgroup-noackSalvatore Sanfilippo2020-04-231-7/+13
|\ \ \ \ \ \
| * | | | | | XREADGROUP with NOACK should propagate only one XGROUP SETID commandValentino Geron2020-04-221-7/+13
| |/ / / / /
* | | | | | ACL: re-enable command execution of disabled users.antirez2020-04-231-4/+0
* | | | | | getRandomBytes(): use HMAC-SHA256.antirez2020-04-231-10/+30
* | | | | | ACL GENPASS: take number of bits as argument.antirez2020-04-231-6/+21