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
/
tracking.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACL V2 - Selectors and key based permissions (#9974)
Madelyn Olson
2022-01-20
1
-2
/
+2
*
Sharded pubsub implementation (#8621)
Harkrishn Patro
2022-01-02
1
-0
/
+6
*
Make tracking invalidation messages always after command's reply (#9422)
Huang Zhw
2021-10-07
1
-9
/
+34
*
Client eviction (#8687)
yoav-steinberg
2021-09-23
1
-0
/
+1
*
Fix race in client side tracking (#9116)
Oran Agra
2021-06-22
1
-1
/
+1
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
1
-3
/
+3
*
Client tracking tracking-redir-broken push len is 2 not 3 (#8456)
Huang Zw
2021-02-21
1
-2
/
+2
*
Throw error for conflicting bcast tracking prefixes (#8176)
Madelyn Olson
2021-01-08
1
-0
/
+51
*
Cleanup key tracking documentation and table management (#8039)
Madelyn Olson
2020-12-23
1
-10
/
+17
*
Introduce getKeysResult for getKeysFromCommand.
Yossi Gottlieb
2020-10-11
1
-4
/
+9
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-1
/
+1
*
Send null for invalidate on flush (#7469)
Luke Palmer
2020-07-15
1
-10
/
+14
*
Tracking: fix enableBcastTrackingForPrefix() invalid sdslen() call.
antirez
2020-06-16
1
-1
/
+1
*
Tracking: flag CLIENT_TRACKING_BROKEN_REDIR when redir broken
zhaozhao.zz
2020-05-21
1
-0
/
+1
*
Tracking: send eviction messages when evicting entries.
antirez
2020-05-14
1
-12
/
+23
*
Client Side Caching: Add Tracking Prefix Number Stats in Server Info
hwware
2020-05-02
1
-0
/
+5
*
Tracking: NOLOOP further implementation and fixes.
antirez
2020-04-21
1
-6
/
+19
*
Tracking: NOLOOP internals implementation.
antirez
2020-04-21
1
-31
/
+87
*
remove redundant Semicolon
hwware
2020-03-23
1
-1
/
+1
*
clean CLIENT_TRACKING_CACHING flag when disabled caching
hwware
2020-03-23
1
-1
/
+1
*
Tracking: optin/out implemented.
antirez
2020-02-24
1
-8
/
+19
*
Minor CSC fixes and fixed documentation
Madelyn Olson
2020-02-16
1
-14
/
+8
*
Fixes segfault on calling trackingGetTotalKeys
Itamar Haber
2020-02-14
1
-0
/
+1
*
Tracking: fix behavior when switchinig from normal to BCAST.
antirez
2020-02-14
1
-1
/
+11
*
Tracking: fix sending messages bug + tracking off bug.
antirez
2020-02-13
1
-0
/
+6
*
Tracking: BCAST: basic feature now works.
antirez
2020-02-12
1
-39
/
+50
*
Tracking: BCAST: broadcasting of keys in prefixes implemented.
antirez
2020-02-11
1
-9
/
+93
*
Tracking: BCAST: registration in the prefix table.
antirez
2020-02-11
1
-3
/
+54
*
Tracking: BCAST: parsing of the options + skeleton.
antirez
2020-02-10
1
-3
/
+13
*
Tracking: always reply with an array of keys.
antirez
2020-02-10
1
-1
/
+4
*
Tracking: minor change of names and new INFO field.
antirez
2020-02-07
1
-2
/
+6
*
Tracking: first conversion from hashing to key names.
antirez
2020-02-07
1
-111
/
+81
*
- memcpy(&id,ri.key,ri.key_len);
Eran Liberty
2019-12-05
1
-1
/
+1
*
Client side caching: show tracking slots usage in INFO.
antirez
2019-07-23
1
-0
/
+6
*
Client side caching: implement full slot limit function.
antirez
2019-07-23
1
-0
/
+36
*
Client side caching: do not reclaim tracking table if it's empty
zhaozhao.zz
2019-07-23
1
-4
/
+1
*
Client side caching: split invalidation into key / slot.
antirez
2019-07-22
1
-16
/
+36
*
Client side caching: reclaim the tracking table on FLUSHALL.
antirez
2019-07-22
1
-9
/
+45
*
Client side caching: don't hash the key if not needed.
antirez
2019-07-22
1
-2
/
+5
*
Clinet side caching: take count of used caching slots.
antirez
2019-07-22
1
-1
/
+5
*
Client side caching: filter clients untracking
zhaozhao.zz
2019-07-18
1
-1
/
+1
*
Client side caching: implement trackingInvalidateKeysOnFlush()
zhaozhao.zz
2019-07-17
1
-31
/
+50
*
Client side caching: filter clients no longer there.
antirez
2019-07-10
1
-0
/
+1
*
Client side caching: RESP2 support.
antirez
2019-07-05
1
-2
/
+14
*
Client side caching: fix invalidate message len and content.
antirez
2019-07-04
1
-2
/
+2
*
Client side caching: implement trackingInvalidateKey().
antirez
2019-07-03
1
-0
/
+162