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
*
Add LMPOP/BLMPOP commands. (#9373)
Binbin
2021-09-09
1
-33
/
+24
*
Fix wrong offset when replica pause (#9448)
zhaozhao.zz
2021-09-08
1
-0
/
+5
*
Fix if consumer is created as a side effect without notify and dirty++ (#9263)
menwen
2021-08-02
1
-10
/
+10
*
Update the location information in some URLs (#8595)
yjph
2021-04-06
1
-1
/
+1
*
Introduce fast path to bypass expensive serveClientsBlockedOnKeyByModule call...
Igor
2021-03-25
1
-0
/
+4
*
Fix SLOWLOG for blocked commands (#8632)
Oran Agra
2021-03-25
1
-14
/
+15
*
Redact slowlog entries for config with sensitive data. (#8584)
Madelyn Olson
2021-03-15
1
-1
/
+9
*
Enabled background and reply time tracking on blocked on keys/blocked on back...
filipe oliveira
2021-01-29
1
-0
/
+29
*
Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356)
Viktor Söderqvist
2021-01-19
1
-2
/
+12
*
CLIENT PAUSE - don't drop together with other blocked clients (#8302)
Oran Agra
2021-01-09
1
-0
/
+7
*
Add support for client pause WRITE (#8170)
Madelyn Olson
2021-01-07
1
-0
/
+14
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
1
-2
/
+2
*
Minor improvements to module blocked on keys (#7903)
guybe7
2020-10-12
1
-1
/
+1
*
Adds new pop-push commands (LMOVE, BLMOVE) (#6929)
Felipe Machado
2020-10-08
1
-12
/
+14
*
Stream: Inconsistency between master and replica some XREADGROUP case (#7526)
valentinogeron
2020-09-24
1
-1
/
+8
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-2
/
+2
*
Avoid redundant calls to signalKeyAsReady (#7625)
杨博东
2020-08-11
1
-2
/
+16
*
XPENDING should not update consumer's seen-time
Guy Benoish
2020-05-04
1
-3
/
+4
*
Keep track of meaningful replication offset in replicas too
Oran Agra
2020-04-27
1
-1
/
+1
*
Speedup: unblock clients on keys in O(1).
o1-bpop
antirez
2020-04-08
1
-18
/
+30
*
timeout.c created: move client timeouts code there.
antirez
2020-03-27
1
-39
/
+0
*
Precise timeouts: cleaup the table on unblock.
antirez
2020-03-27
1
-0
/
+1
*
Precise timeouts: use only radix tree for timeouts.
antirez
2020-03-27
1
-1
/
+1
*
Precise timeouts: fix bugs in initial implementation.
antirez
2020-03-27
1
-1
/
+1
*
Precise timeouts: working initial implementation.
antirez
2020-03-27
1
-0
/
+1
*
Stream: Handle streamID-related edge cases
Guy Benoish
2019-12-26
1
-1
/
+1
*
Rename var to fixed_time_expire now that is more general.
antirez
2019-11-19
1
-3
/
+2
*
Fix patch provided in #6554.
antirez
2019-11-19
1
-1
/
+8
*
expires & blocking: handle ready keys as call()
zhaozhao.zz
2019-11-08
1
-0
/
+5
*
Modules: block on keys: fix stale comment.
module-block-on-keys
antirez
2019-10-31
1
-2
/
+3
*
Modules: block on keys: fix bugs in processing order.
antirez
2019-10-31
1
-0
/
+16
*
Modules: block on keys: use a better interface.
antirez
2019-10-31
1
-1
/
+2
*
Modules: block on keys: implement the internals.
antirez
2019-10-30
1
-0
/
+30
*
handleClientsBlockedOnKeys() refactoring.
antirez
2019-09-06
1
-195
/
+208
*
Fix handleClientsBlockedOnKeys() names in comments.
antirez
2019-09-05
1
-1
/
+1
*
Merge pull request #2774 from rouzier/blocking-list-commands-support-millisec...
Salvatore Sanfilippo
2019-03-12
1
-4
/
+11
|
\
|
*
If the unit of a timeout is seconds treat it a float
James Rouzier
2016-02-23
1
-4
/
+11
*
|
RESP3: t_stream.c updated.
antirez
2019-01-09
1
-2
/
+6
*
|
RESP3: restore the concept of null array for RESP2 compat.
antirez
2019-01-09
1
-1
/
+1
*
|
RESP3: blocked.c updated.
antirez
2019-01-09
1
-3
/
+3
*
|
Slave removal: blocked.c logs fixed.
antirez
2018-09-11
1
-1
/
+1
*
|
Unblocked clients API refactoring. See #4418.
antirez
2018-09-03
1
-6
/
+26
*
|
Make pending buffer processing safe for CLIENT_MASTER client.
antirez
2018-09-03
1
-1
/
+1
*
|
block: format code
zhaozhao.zz
2018-08-14
1
-2
/
+2
*
|
Streams: using streamCompareID() instead of direct compare in block.c.
dejun.xdj
2018-07-14
1
-4
/
+1
*
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2018-07-10
1
-1
/
+4
|
\
\
|
*
|
Bugfix: PEL is incorrect when consumer is blocked using xreadgroup with NOACK...
dejun.xdj
2018-07-09
1
-1
/
+3
*
|
|
Streams: fix typo "consumer".
antirez
2018-07-10
1
-1
/
+1
*
|
|
Streams: send an error to consumers blocked on non-existing group.
antirez
2018-07-10
1
-1
/
+5
*
|
|
Streams: fix unblocking logic into a consumer group.
antirez
2018-07-10
1
-14
/
+24
|
/
/
[next]