]> git.saurik.com Git - redis.git/history - src/t_list.c
Merge remote branch 'pietern/cli-monitor'
[redis.git] / src / t_list.c
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-07  antirezLRANGE converted into a COW friendly command. Some...
2010-12-06  Pieter NoordhuisDon't execute commands for clients when they are unblocked
2010-12-06  Pieter NoordhuisFix case and indent
2010-12-06  Pieter NoordhuisCheck other blocked clients when value could not be...
2010-12-06  Pieter NoordhuisMove code for pushing on a (blocking) RPOPLPUSH
2010-12-06  Pieter NoordhuisRename blpop_blocked_clients to bpop_blocked_clients
2010-12-06  Pieter NoordhuisMove timeout logic
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-11-30  Michel Martens ... Fix BRPOPLPUSH behavior for all use cases.
2010-11-30  Damian Janowski... Adhere to conventions.
2010-11-30  Damian Janowski... Rename bstate to bpop.
2010-11-30  Damian Janowski... Remove warning.
2010-11-30  Damian Janowski... Handle BRPOPLPUSH inside a transaction.
2010-11-30  Damian Janowski... Refactor code for BRPOPLPUSH.
2010-11-30  Damian Janowski... Move to struct.
2010-11-30  Damian Janowski... BRPOPLPUSH.
2010-11-30  Damian Janowski... Fix case in RPOPLPUSH.
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse existing reply functions where possible
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-31  antirezMerge remote branch 'pietern/issue-300'
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  antirezBLPOP inside MULTI/EXEC block no longer crashes, instea...
2010-08-26  Pieter NoordhuisVerify that the blocking pop timeout value is a non...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-05  Pieter Noordhuismerged code from 184d74ab, 4774a53b, f483ce5f to new...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.