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
/
expire.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add test case and comments for active expiry in the writeable replica (#11789)
judeng
2023-02-20
1
-1
/
+2
*
Remove the bucket-cb from dictScan and move dictEntry defrag to dictScanDefrag
Viktor Söderqvist
2023-01-11
1
-1
/
+1
*
Let active expire cycle use dictScan instead of messing with internals
Viktor Söderqvist
2023-01-11
1
-49
/
+46
*
Make dictEntry opaque
Viktor Söderqvist
2023-01-11
1
-3
/
+3
*
Cleanup: Get rid of server.core_propagates (#11572)
guybe7
2022-12-20
1
-9
/
+1
*
Call postExecutionUnitOperations in active-expire of writable replicas (#11615)
guybe7
2022-12-15
1
-0
/
+2
*
Reduce rewriteClientCommandVector usage on EXPIRE command (#11602)
filipe oliveira
2022-12-09
1
-4
/
+13
*
Add a special notification unlink available only for modules (#9406)
Huang Zhw
2022-11-30
1
-2
/
+1
*
Module API to allow writes after key space notification hooks (#11199)
Meir Shpilraien (Spielrein)
2022-11-24
1
-1
/
+1
*
Refactor and (internally) rebrand from pause-clients to pause-actions (#11098)
Moti Cohen
2022-10-27
1
-4
/
+4
*
Freeze time sampling during command execution, and scripts (#10300)
Binbin
2022-10-09
1
-4
/
+4
*
Fix replication inconsistency on modules that uses key space notifications (#...
Meir Shpilraien (Spielrein)
2022-08-18
1
-6
/
+7
*
Update the comments of commands introduced or updated in redis 7.0 (#10659)
Wen Hui
2022-04-28
1
-4
/
+4
*
sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...
Binbin
2022-01-23
1
-2
/
+2
*
Sort out mess around propagation and MULTI/EXEC (#9890)
guybe7
2021-12-23
1
-0
/
+14
*
Add sanitizer support and clean up sanitizer findings (#9601)
Ozan Tezcan
2021-11-11
1
-6
/
+14
*
Add latency monitor sample when key is deleted via lazy expire (#9317)
menwen
2021-08-05
1
-14
/
+1
*
dict struct memory optimizations (#9228)
yoav-steinberg
2021-08-05
1
-3
/
+3
*
Add NX/XX/GT/LT options to EXPIRE command group (#2795)
Ning Sun
2021-08-02
1
-2
/
+104
*
Fix flaky test case for absolute TTL replication (#9069)
ny0312
2021-06-13
1
-1
/
+1
*
Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...
ny0312
2021-05-30
1
-5
/
+20
*
EXPIRE, EXPIREAT, SETEX, GETEX: Return error when expire time overflows (#8287)
Gnanesh
2021-02-21
1
-2
/
+7
*
Fix typo and some out of date comments (#8449)
Huang Zw
2021-02-08
1
-4
/
+3
*
latency: add expire-del event (#8394)
zhaozhao.zz
2021-01-26
1
-0
/
+4
*
remove some unnecessary checks (#7431)
houzj.fnst
2021-01-13
1
-1
/
+1
*
Add support for client pause WRITE (#8170)
Madelyn Olson
2021-01-07
1
-1
/
+1
*
Limit the main db and expires dictionaries to expand (#7954)
Wang Yuan
2020-12-06
1
-1
/
+2
*
WATCH no longer ignores keys which have expired for MULTI/EXEC. (#7920)
Qu Chen
2020-10-22
1
-1
/
+1
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-4
/
+4
*
PERSIST should signalModifiedKey (Like EXPIRE does) (#7671)
guybe7
2020-08-18
1
-0
/
+1
*
RESTORE ABSTTL won't store expired keys into the db (#7472)
Oran Agra
2020-07-10
1
-7
/
+11
*
Tracking: NOLOOP internals implementation.
antirez
2020-04-21
1
-3
/
+3
*
PERSIST should notify a keyspace event
Guy Benoish
2020-03-29
1
-0
/
+1
*
Fix active expire division by zero.
antirez
2020-01-01
1
-4
/
+7
*
Expire cycle: set a buckets limit as well.
antirez
2019-11-18
1
-2
/
+13
*
Expire cycle: fix parameters computation.
antirez
2019-11-18
1
-3
/
+2
*
Expire cycle: introduce configurable effort.
antirez
2019-11-18
1
-9
/
+28
*
Expire cycle: tollerate less stale keys, expire cycle CPU in INFO.
antirez
2019-11-15
1
-12
/
+19
*
Expire cycle: scan hash table buckets directly.
antirez
2019-11-15
1
-29
/
+68
*
Expire cycle: introduce the new state needed for the new algo.
antirez
2019-11-14
1
-0
/
+5
*
Client side caching: call the invalidation functions always.
antirez
2019-07-22
1
-1
/
+1
*
Client side caching: implement trackingInvalidateKey().
antirez
2019-07-03
1
-0
/
+1
*
fix typo
shenlongxing
2018-06-21
1
-1
/
+1
*
Track number of logically expired keys still in memory.
antirez
2018-02-19
1
-1
/
+20
*
expire & latency: fix the missing latency records generated by expire
zhaozhao.zz
2017-11-21
1
-8
/
+11
*
Issue #4027: unify comment and modify return value in freeMemoryIfNeeded().
antirez
2017-06-23
1
-2
/
+3
*
Merge pull request #4028 from zintrepid/prevent_expirations_while_paused
Salvatore Sanfilippo
2017-06-23
1
-0
/
+4
|
\
|
*
Prevent expirations and evictions while paused
Zachary Marquez
2017-06-01
1
-0
/
+4
*
|
Fix PERSIST expired key resuscitation issue #4048.
antirez
2017-06-13
1
-6
/
+3
|
/
*
Expire: Update comment of activeExpireCycle function
lorneli
2017-04-08
1
-1
/
+1
[next]