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
/
server.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Setup dependabot for github-actions and codespell (#9857)
Matthieu MOREL
2022-01-04
1
-1
/
+1
*
Ban snapshot-creating commands and other admin commands from transactions (#1...
guybe7
2022-01-04
1
-1
/
+4
*
use startEvictionTimeProc() in config set maxmemory (#10019)
zhaozhao.zz
2022-01-04
1
-1
/
+1
*
Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)
chenyang8094
2022-01-03
1
-19
/
+46
*
Implement clusterbus message extensions and cluster hostname support (#9530)
Madelyn Olson
2022-01-02
1
-0
/
+14
*
Sharded pubsub implementation (#8621)
Harkrishn Patro
2022-01-02
1
-3
/
+20
*
Report slot to keys map size in MEMORY STATS in cluster mode (#10017)
Joey from AWS
2022-01-02
1
-0
/
+1
*
Wait for replicas when shutting down (#9872)
Viktor Söderqvist
2022-01-02
1
-4
/
+28
*
Generate RDB with Functions only via redis-cli --functions-rdb (#9968)
yoav-steinberg
2022-01-02
1
-0
/
+5
*
Add missing metadata to the commands SSOT files. (#10016)
Itamar Haber
2021-12-29
1
-2
/
+0
*
Add FUNCTION DUMP and RESTORE. (#9938)
Meir Shpilraien (Spielrein)
2021-12-26
1
-0
/
+3
*
Sort out mess around propagation and MULTI/EXEC (#9890)
guybe7
2021-12-23
1
-11
/
+9
*
Allow most CONFIG SET during loading, block some commands in async-loading (#...
Oran Agra
2021-12-22
1
-1
/
+4
*
Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...
Meir Shpilraien (Spielrein)
2021-12-21
1
-1
/
+2
*
Remove EVAL script verbatim replication, propagation, and deterministic execu...
zhugezy
2021-12-21
1
-5
/
+0
*
Protected configs and sensitive commands (#9920)
YaacovHazan
2021-12-19
1
-2
/
+13
*
Introduce memory management on cluster link buffers (#9774)
ny0312
2021-12-16
1
-0
/
+3
*
Add FUNCTION FLUSH command to flush all functions (#9936)
Meir Shpilraien (Spielrein)
2021-12-16
1
-0
/
+2
*
Auto-generate the command table from JSON files (#9656)
guybe7
2021-12-15
1
-61
/
+254
*
Don't write oom score adj to proc unless we're managing it. (#9904)
yoav-steinberg
2021-12-07
1
-1
/
+0
*
Redis Functions - Added redis function unit and Lua engine
meir@redislabs.com
2021-12-02
1
-1
/
+17
*
Redis Functions - Moved invoke Lua code functionality to script_lua.c
meir@redislabs.com
2021-12-01
1
-0
/
+1
*
Redis Functions - Introduce script unit.
meir@redislabs.com
2021-12-01
1
-3
/
+1
*
Redis Functions - Move Lua related variable into luaCtx struct
meir@redislabs.com
2021-12-01
1
-23
/
+16
*
Multiparam config set (#9748)
yoav-steinberg
2021-12-01
1
-2
/
+3
*
modify misleading note in comment (#9865)
丽媛自己动
2021-11-30
1
-1
/
+1
*
Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)
Viktor Söderqvist
2021-11-28
1
-4
/
+5
*
Fix COMMAND GETKEYS on LCS (#9852)
sundb
2021-11-28
1
-1
/
+0
*
Cleanup: fix typo and remove some obsoleting definitions. (#9851)
Huang Zhw
2021-11-27
1
-1
/
+0
*
Replace ziplist with listpack in quicklist (#9740)
sundb
2021-11-24
1
-4
/
+2
*
QUIT is a command, HOST: and POST are not (#9798)
guybe7
2021-11-23
1
-0
/
+1
*
Obliterate STRALGO! add LCS (which only works on keys) (#9799)
guybe7
2021-11-18
1
-1
/
+1
*
Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)
Binbin
2021-11-18
1
-1
/
+1
*
Refactor config.c for generic setter interface (#9644)
yoav-steinberg
2021-11-07
1
-2
/
+1
*
Replica keep serving data during repl-diskless-load=swapdb for better availab...
Eduardo Semprebon
2021-11-04
1
-9
/
+10
*
Fix COMMAND GETKEYS on EVAL without keys (#9733)
guybe7
2021-11-03
1
-0
/
+1
*
fix: lookupKey on SETNX and SETXX only once (#9640)
perryitay
2021-11-03
1
-2
/
+6
*
rebuild replication backlog index when master restart (#9720)
zhaozhao.zz
2021-11-02
1
-0
/
+1
*
Add timestamp annotations in AOF (#9326)
Wang Yuan
2021-10-25
1
-0
/
+3
*
Improve code doc of allowed_firstargs following #9504 (#9674)
Oran Agra
2021-10-25
1
-12
/
+8
*
Replication backlog and replicas use one global shared replication buffer (#9...
Wang Yuan
2021-10-25
1
-10
/
+71
*
Treat subcommands as commands (#9504)
guybe7
2021-10-20
1
-13
/
+48
*
Move config `unixsocketperm` to generic configs (#9607)
Bjorn Svensson
2021-10-18
1
-2
/
+1
*
Make Cluster-bus port configurable with new cluster-port config (#9389)
Wen Hui
2021-10-18
1
-0
/
+1
*
Modify mem_usage2 module callback to enable to take sample_size argument (#9612)
Hanna Fadida
2021-10-17
1
-2
/
+2
*
Move config logfile to generic config (#9592)
Bjorn Svensson
2021-10-07
1
-1
/
+0
*
Move config `cluster-config-file` to generic configs (#9597)
Bjorn Svensson
2021-10-07
1
-1
/
+0
*
Make tracking invalidation messages always after command's reply (#9422)
Huang Zhw
2021-10-07
1
-1
/
+7
*
Avoid argv memcpy when queuing a multi command. (#9602)
yoav-steinberg
2021-10-06
1
-0
/
+1
*
Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...
Oran Agra
2021-10-04
1
-1
/
+1
[prev]
[next]