summaryrefslogtreecommitdiff
path: root/src/adlist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate code in listAddNodeTail (#11733)王卿2023-01-201-10/+1
* optimize unwatchAllKeys() (#11511)Mingyi Kang2022-11-231-0/+16
* Adds listnode to client struct for clients_pending_write list (#11220)Adi Pinsky2022-09-141-4/+31
* Free value if dup succeed but listAddNodeTail failed. (#8901)Binbin2021-05-031-1/+6
* optimization src/adlist.c:listJoin()sundb2020-11-091-3/+4
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-4/+5
* Speedup: unblock clients on keys in O(1).o1-bpopantirez2020-04-081-3/+17
* adlist: fix listJoin() in the case the second list is empty.antirez2017-11-281-1/+1
* minor fix in listJoin().sunweinan2017-07-061-1/+1
* adlist: fix final list count in listJoin().antirez2017-05-031-0/+1
* adlist: fix listJoin() to handle empty lists.antirez2017-05-031-2/+8
* Modules TSC: Handling of RM_Reply* functions.antirez2017-05-021-0/+12
* PSYNC2: fix master cleanup when caching it.antirez2017-04-271-4/+12
* various cleanups and minor fixesOran Agra2016-04-251-12/+6
* Fix typosAaron Rutkovsky2014-09-291-1/+1
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* Fixed many typos.guiquanz2013-01-191-3/+3
* Process async client checks like client timeouts and BLPOP timeouts increment...antirez2012-03-131-0/+16
* 64 bit instances are no longer limited to have at max 2^32-1 elements in lists.antirez2012-01-311-2/+2
* redis.c split into many different C files.antirez2010-07-011-0/+325