index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
t_list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'pietern/brpoplpush'
antirez
2010-12-14
1
-64
/
+145
|
\
|
*
Don't execute commands for clients when they are unblocked
Pieter Noordhuis
2010-12-06
1
-6
/
+1
|
*
Fix case and indent
Pieter Noordhuis
2010-12-06
1
-1
/
+1
|
*
Check other blocked clients when value could not be pushed
Pieter Noordhuis
2010-12-06
1
-23
/
+41
|
*
Move code for pushing on a (blocking) RPOPLPUSH
Pieter Noordhuis
2010-12-06
1
-33
/
+27
|
*
Rename blpop_blocked_clients to bpop_blocked_clients
Pieter Noordhuis
2010-12-06
1
-2
/
+2
|
*
Move timeout logic
Pieter Noordhuis
2010-12-06
1
-15
/
+10
|
*
Fix BRPOPLPUSH behavior for all use cases.
Michel Martens & Damian Janowski
2010-11-29
1
-10
/
+10
|
*
Adhere to conventions.
Damian Janowski & Michel Martens
2010-11-29
1
-2
/
+1
|
*
Rename bstate to bpop.
Damian Janowski & Michel Martens
2010-11-29
1
-19
/
+19
|
*
Remove warning.
Damian Janowski & Michel Martens
2010-11-29
1
-18
/
+18
|
*
Handle BRPOPLPUSH inside a transaction.
Damian Janowski & Michel Martens
2010-11-29
1
-25
/
+37
|
*
Refactor code for BRPOPLPUSH.
Damian Janowski & Michel Martens
2010-11-29
1
-46
/
+77
|
*
Move to struct.
Damian Janowski & Michel Martens
2010-11-29
1
-18
/
+18
|
*
BRPOPLPUSH.
Damian Janowski & Michel Martens
2010-11-29
1
-23
/
+60
|
*
Fix case in RPOPLPUSH.
Damian Janowski & Michel Martens
2010-11-29
1
-1
/
+1
*
|
LRANGE converted into a COW friendly command. Some refactoring, comment, and ...
antirez
2010-12-07
1
-10
/
+26
|
/
*
Convert objects in the command procs instead of the protocol code
Pieter Noordhuis
2010-10-17
1
-2
/
+7
*
Merge branch 'master' into networking-perf
Pieter Noordhuis
2010-09-03
1
-1
/
+20
|
\
|
*
resolved conflict merging pietern/bpop-timeout
antirez
2010-08-31
1
-1
/
+13
|
|
\
|
|
*
Verify that the blocking pop timeout value is a non-negative integer
Pieter Noordhuis
2010-08-26
1
-1
/
+13
|
*
|
BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty...
antirez
2010-08-30
1
-0
/
+7
|
|
/
*
|
Use existing reply functions where possible
Pieter Noordhuis
2010-09-02
1
-3
/
+3
*
|
Use specialized function to add multi bulk reply length
Pieter Noordhuis
2010-09-02
1
-3
/
+3
|
/
*
WATCH is now affected only when write commands actually modify the key content
antirez
2010-07-12
1
-0
/
+10
*
merged code from 184d74ab, 4774a53b, f483ce5f to new file structure
Pieter Noordhuis
2010-07-05
1
-5
/
+4
*
redis.c split into many different C files.
antirez
2010-07-01
1
-0
/
+829