summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Speedup: unblock clients on keys in O(1).o1-bpop-5.0antirez2020-04-084-21/+50
* Redis 5.0.8.5.0.8antirez2020-03-122-1/+99
* Merge pull request #6975 from dustinmm80/add-arm-latomic-linkingSalvatore Sanfilippo2020-03-121-0/+9
|\
| * Fix Pi building needing -latomic, backportDustin Collins2020-03-111-0/+9
|/
* fix impl of aof-child whitelist SIGUSR1 feature.srzhao2020-03-051-4/+5
* fix ThreadSafeContext lock/unlock function namesAriel2020-03-051-2/+2
* XREADGROUP should propagate XCALIM/SETID in MULTI/EXECGuy Benoish2020-03-051-2/+2
* Fix client flags to be int64 in module.cOran Agra2020-03-051-3/+3
* Fix small bugs related to replica and monitor ambiguityGuy Benoish2020-03-052-6/+8
* Fix lua related memory leak.WuYunlong2020-03-051-0/+1
* Simplify #6379 changes.antirez2020-03-052-9/+4
* Free allocated sds in pfdebugCommand() to avoid memory leak.WuYunlong2020-03-051-0/+1
* Jump to right label on AOF parsing error.antirez2020-03-051-4/+6
* Free fakeclient argv on AOF error.antirez2020-03-051-3/+11
* Fix potential memory leak of rioWriteBulkStreamID().WuYunlong2020-03-051-1/+4
* Fix potential memory leak of clusterLoadConfig().WuYunlong2020-03-051-5/+20
* Fix bug on KEYS command where pattern starts with * followed by \x00 (null ch...Leo Murillo2020-03-051-1/+1
* Blocking XREAD[GROUP] should always reply with valid data (or timeout)Guy Benoish2020-03-053-10/+44
* XCLAIM: Create the consumer only on successful claims.antirez2020-03-051-2/+4
* Stream: Handle streamID-related edge casesGuy Benoish2020-03-054-4/+54
* Fix ip and missing mode in RM_GetClusterNodeInfo().antirez2020-03-051-2/+5
* Inline protocol: handle empty strings well.antirez2020-03-051-6/+2
* Mark extern definition of SDS_NOINIT in sds.hKhem Raj2020-02-121-1/+1
* [FIX] revisit CVE-2015-8080 vulnerabilitySeunghoon Woo2020-02-101-4/+6
* avoid sentinel changes promoted_slave to be its own replica.yz15092020-01-081-1/+1
* Redis 5.0.7.5.0.7antirez2019-11-192-1/+129
* Test: fix implementation-dependent test after code change.antirez2019-11-191-2/+2
* RED-31295 - redis: avoid race between dlopen and thread creationOran Agra2019-11-192-0/+17
* Cluster: fix memory leak of cached master.antirez2019-11-192-4/+9
* Fix usage of server.stream_node_max_*Guy Benoish2019-11-191-3/+3
* Update mkreleasehdr.sh喜欢兰花山丘2019-11-191-1/+1
* Remove additional space from comment.antirez2019-11-191-1/+1
* Fix stream test after addition of 0-0 ID test.antirez2019-11-191-3/+3
* aof: fix assignment for aof_fsync_offsetYuan Zhou2019-11-191-1/+1
* Merge branch '5.0' of github.com:/antirez/redis into 5.0antirez2019-11-193-0/+11
|\
| * Merge pull request #6600 from oranagra/5_module_flagsSalvatore Sanfilippo2019-11-193-0/+11
| |\
| | * module documentation mismatches: loading and fork child for 5.0 branchOran Agra2019-11-193-0/+11
| |/
* | Rename var to fixed_time_expire now that is more general.antirez2019-11-194-8/+7
* | Fix patch provided in #6554.antirez2019-11-191-1/+8
* | expires & blocking: handle ready keys as call()zhaozhao.zz2019-11-191-0/+5
* | XADD with ID 0-0 stores an empty keyGuy Benoish2019-11-192-0/+14
* | fix unreported overflow in autogerenared stream IDsLoris Cro2019-11-192-10/+19
|/
* Modules: RM_GetContextFlags(): remove non Redis 5 features.antirez2019-11-141-3/+0
* Modules: fix moduleCreateArgvFromUserFormat() casting bug.antirez2019-11-141-1/+1
* module: fix propagation API bug.antirez2019-11-141-2/+2
* Modules: add new flags to context, replica state + more.antirez2019-11-142-1/+48
* Modules: RM_Call(): give pointer to documentation.antirez2019-11-141-1/+4
* Modules: RM_Call/Replicate() ability to exclude AOF/replicas.antirez2019-11-141-9/+28
* Modules: RM_Replicate() in thread safe contexts.antirez2019-11-141-4/+26
* Modules: implement RM_Replicate() from async callbacks.antirez2019-11-142-2/+33