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
/
evict.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove prototypes with empty declarations (#12020)
Madelyn Olson
2023-05-02
1
-1
/
+1
*
Cleanup: Get rid of server.core_propagates (#11572)
guybe7
2022-12-20
1
-15
/
+1
*
Add a special notification unlink available only for modules (#9406)
Huang Zhw
2022-11-30
1
-4
/
+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
/
+2
*
fix infinite sleep in performEvictions when have lazyfree jobs (#11237)
zhaozhao.zz
2022-09-18
1
-3
/
+9
*
Reverts most of the changes of #10969 (#11178)
Meir Shpilraien (Spielrein)
2022-08-24
1
-2
/
+2
*
Fix replication inconsistency on modules that uses key space notifications (#...
Meir Shpilraien (Spielrein)
2022-08-18
1
-7
/
+10
*
Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)
Vlad
2022-06-21
1
-5
/
+5
*
Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...
Oran Agra
2022-06-01
1
-1
/
+1
*
isSafeToPerformEvictions: Remove redundant condition (#10610)
guybe7
2022-04-24
1
-4
/
+0
*
use startEvictionTimeProc() in config set maxmemory (#10019)
zhaozhao.zz
2022-01-04
1
-5
/
+9
*
Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)
chenyang8094
2022-01-03
1
-1
/
+1
*
Sort out mess around propagation and MULTI/EXEC (#9890)
guybe7
2021-12-23
1
-1
/
+20
*
Redis Functions - Introduce script unit.
meir@redislabs.com
2021-12-01
1
-1
/
+2
*
Redis Functions - Move Lua related variable into luaCtx struct
meir@redislabs.com
2021-12-01
1
-1
/
+1
*
Replication backlog and replicas use one global shared replication buffer (#9...
Wang Yuan
2021-10-25
1
-11
/
+33
*
Minor optimize getMaxmemoryState, when server.maxmemory is not set (#9533)
Huang Zhw
2021-09-23
1
-10
/
+7
*
Add INFO stat total_eviction_exceeded_time and current_eviction_exceeded_time...
Huang Zhw
2021-07-26
1
-5
/
+21
*
Remove duplicate dbid lookup in performEvictions. (#9063)
Binbin
2021-06-13
1
-2
/
+2
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
1
-1
/
+1
*
Make full use of aofrwblock's buf (#8975)
Wang Yuan
2021-05-30
1
-1
/
+1
*
Make aof buf alloc size more accurate in overhead (#8970)
Wang Yuan
2021-05-20
1
-1
/
+1
*
Fix typo and some out of date comments (#8449)
Huang Zw
2021-02-08
1
-1
/
+1
*
Add support for client pause WRITE (#8170)
Madelyn Olson
2021-01-07
1
-1
/
+1
*
prevent client tracking from causing feedback loop in performEvictions (#8100)
Oran Agra
2020-12-06
1
-1
/
+3
*
Limit the main db and expires dictionaries to expand (#7954)
Wang Yuan
2020-12-06
1
-0
/
+14
*
performEvictions: mem_freed may be negative (#7908)
guybe7
2020-10-13
1
-2
/
+3
*
Implement redisAtomic to replace _Atomic C11 builtin (#7707)
Wang Yuan
2020-09-17
1
-1
/
+1
*
Incremental eviction processing (#7653)
Jim Brunner
2020-09-16
1
-87
/
+140
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-4
/
+4
*
lazyfree & eviction: record latency generated by lazyfree eviction
zhaozhao.zz
2020-04-30
1
-13
/
+18
*
Tracking: signal key as modified when evicting.
antirez
2020-04-22
1
-0
/
+1
*
fix issues found by a static analyzer
Oran Agra
2019-10-07
1
-4
/
+3
*
Threaded IO: read side WIP.
antirez
2019-05-06
1
-1
/
+1
*
freeMemoryIfNeeded() small refactoring.
antirez
2018-12-12
1
-8
/
+13
*
evict: don't care about mem if loading
zhaozhao.zz
2018-12-12
1
-3
/
+9
*
Overhead is the allocated size of the AOF buffer, not its length
Damien Tournoud
2018-10-16
1
-1
/
+1
*
Introduce repl_slave_ignore_maxmemory flag internally.
antirez
2018-08-27
1
-0
/
+4
*
Merge pull request #4594 from smallstool/bugfix-freeMemoryIfneeded-int-overflow
Salvatore Sanfilippo
2018-05-08
1
-1
/
+1
|
\
|
*
fix int overflow problem in freeMemoryIfNeeded
huijing.whj
2018-01-10
1
-1
/
+1
*
|
getMaxmemoryState() fixed and improved.
antirez
2018-04-11
1
-11
/
+36
*
|
Modules: context flags now include OOM flag.
antirez
2018-04-09
1
-21
/
+45
*
|
freeMemoryIfNeeded() lacked a top comment.
antirez
2018-04-09
1
-0
/
+9
|
/
*
LFU: Fix LFUDecrAndReturn() to just decrement.
antirez
2017-11-28
1
-13
/
+3
*
LFU: do some changes about LFU to find hotkeys
zhaozhao.zz
2017-11-27
1
-13
/
+18
*
LFU: change lfu* parameters to int
zhaozhao.zz
2017-11-27
1
-1
/
+1
*
Issue #4027: unify comment and modify return value in freeMemoryIfNeeded().
antirez
2017-06-23
1
-5
/
+4
*
Prevent expirations and evictions while paused
Zachary Marquez
2017-06-01
1
-0
/
+6
*
Modules TSC: Improve inter-thread synchronization.
antirez
2017-05-09
1
-0
/
+15
[next]