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
*
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
*
Writable slaves expires: fix leak in key tracking.
antirez
2016-12-13
1
-2
/
+11
*
INFO: show num of slave-expires keys tracked.
antirez
2016-12-13
1
-0
/
+6
*
Fix created->created typo in expire.c
antirez
2016-12-13
1
-1
/
+1
*
Replication: fix the infamous key leakage of writable slaves + EXPIRE.
antirez
2016-12-13
1
-1
/
+134
*
Add expire.c and evict.c.
antirez
2016-07-06
1
-0
/
+354