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
/
blocked.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ZPOP: fix replication of blocking ZPOP.
antirez
2018-05-15
1
-4
/
+12
*
ZPOP: change sync ZPOP to have a count argument instead of N keys.
antirez
2018-05-11
1
-1
/
+1
*
ZPOP: renaming to have explicit MIN/MAX score idea.
antirez
2018-05-11
1
-9
/
+20
*
Implements [B]Z[REV]POP and the respective unit tests
Itamar Haber
2018-04-30
1
-14
/
+56
*
Merge pull request #4781 from guybe7/block_list_notify
Salvatore Sanfilippo
2018-03-22
1
-0
/
+1
|
\
|
*
Make blocking list commands send keyspace notifications
Guy Benoish
2018-03-22
1
-0
/
+1
*
|
CG: Replication WIP 1: XREADGROUP and XCLAIM propagated as XCLAIM.
antirez
2018-03-19
1
-1
/
+6
*
|
CG: XPENDING should not create consumers and obey to count.
antirez
2018-03-15
1
-1
/
+2
*
|
CG: Now XREADGROUP + blocking operations work.
antirez
2018-03-15
1
-4
/
+26
*
|
CG: creation of NACK entries in PELs.
antirez
2018-03-15
1
-2
/
+1
*
|
CG: consumer lookup + initial streamReplyWithRange() work to supprot CG.
antirez
2018-03-15
1
-1
/
+3
*
|
CG: add & populate group+consumer in the blocking state.
antirez
2018-03-15
1
-0
/
+2
|
/
*
Streams: state machine for reverse iteration WIP 1.
antirez
2017-12-01
1
-1
/
+1
*
Streams: fixed memory leaks when blocking again for same stream.
antirez
2017-12-01
1
-1
/
+4
*
Streams: fix handleClientsBlockedOnKeys() access to invalid ID.
antirez
2017-12-01
1
-1
/
+4
*
Streams: fix XREAD ready-key signaling.
antirez
2017-12-01
1
-2
/
+4
*
Streams: XREAD related code to serve blocked clients.
antirez
2017-12-01
1
-1
/
+49
*
Streams: XREAD ability to block fixed.
antirez
2017-12-01
1
-2
/
+2
*
Streams: augment client.bpop with XREAD specific fields.
antirez
2017-12-01
1
-0
/
+4
*
Streams: more internal preparation for blocking XREAD.
antirez
2017-12-01
1
-9
/
+25
*
Streams: initial work to use blocking lists logic for streams XREAD.
antirez
2017-12-01
1
-0
/
+208
*
Module: API to block clients with threading support.
antirez
2016-10-07
1
-1
/
+6
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-20
/
+20
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-4
/
+4
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-1
/
+1
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-6
/
+6
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Substitute DISQUE to REDIS after merge from Disque
antirez
2015-05-05
1
-1
/
+1
*
processUnblockedClients: don't process clients that blocekd again
antirez
2015-05-05
1
-3
/
+8
*
Don't put clients into unblocked list multiple times
antirez
2015-05-05
1
-2
/
+6
*
Replication: disconnect blocked clients when switching to slave role.
antirez
2015-03-24
1
-0
/
+24
*
Cluster: redirection refactoring + handling of blocked clients.
antirez
2015-03-24
1
-0
/
+2
*
Net: processUnblockedClients() and clientsArePaused() minor changes.
antirez
2015-03-21
1
-1
/
+0
*
server.current_client fix and minor refactoring.
antirez
2015-02-27
1
-2
/
+0
*
WAIT command: synchronous replication for Redis.
antirez
2013-12-04
1
-0
/
+4
*
blocked.c API commented.
antirez
2013-12-03
1
-0
/
+33
*
BLPOP blocking code refactored to be generic & reusable.
antirez
2013-12-03
1
-0
/
+121