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
/
config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rewrite alias config to original name (#10811)
zhaozhao.zz
2022-06-02
1
-10
/
+5
*
Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...
zhugezy
2022-06-02
1
-4
/
+15
*
Fix possible regression around TLS config changes. Add VOLATILE_CONFIG flag f...
yoav-steinberg
2022-05-12
1
-12
/
+12
*
redis-server command line arguments support take one bulk string with spaces ...
Binbin
2022-05-11
1
-3
/
+17
*
Fix --save command line regression in redis 7.0.0 (#10690)
Oran Agra
2022-05-09
1
-1
/
+3
*
Bug fixes for enum configs with overlapping bit flags (module API) (#10661)
Oran Agra
2022-05-09
1
-4
/
+7
*
Add module API flag for using enum configs as bit flags (#10643)
Oran Agra
2022-04-26
1
-2
/
+5
*
Allow configuring signaled shutdown flags (#10594)
Eduardo Semprebon
2022-04-26
1
-29
/
+71
*
Set replicas to panic on disk errors, and optionally panic on replication err...
Madelyn Olson
2022-04-26
1
-1
/
+10
*
Add socket-mark-id support for marking sockets. (#10349)
David CARLIER
2022-04-20
1
-0
/
+1
*
Add comment to sdsConfigSet() (#10605)
Moti Cohen
2022-04-19
1
-0
/
+6
*
Return 0 when config set out-of-range oom-score-adj-values (#10601)
sundb
2022-04-19
1
-1
/
+1
*
Fix sdsConfigRewrite() to prevent freeing invalid memory(#10598)
Moti Cohen
2022-04-18
1
-1
/
+1
*
Keyspace event for new keys (#10512)
Luke Palmer
2022-04-13
1
-1
/
+1
*
Module Configurations (#10285)
Nick Chun
2022-03-30
1
-222
/
+352
*
config rewrite enhancement, in case of line longer than 1024 (#8009)
zhaozhao.zz
2022-03-22
1
-9
/
+27
*
config rewrite failed save errno in case of being tainted (#10461)
郭伟光
2022-03-21
1
-2
/
+4
*
set "disable-thp" config immutable (#10409)
zhugezy
2022-03-10
1
-1
/
+1
*
Modules: Add REDISMODULE_EVENT_CONFIG (#10311)
Shaya Potter
2022-03-07
1
-0
/
+6
*
Move most of the configuration to a hashtable (#10323)
Madelyn Olson
2022-02-28
1
-107
/
+159
*
Set default channel permission to resetchannels for 7.0 (#10181)
Harkrishn Patro
2022-01-30
1
-1
/
+1
*
ACL V2 - Selectors and key based permissions (#9974)
Madelyn Olson
2022-01-20
1
-2
/
+2
*
Adding module api for processing commands during busy jobs and allow flagging...
perryitay
2022-01-20
1
-1
/
+1
*
Fix additional AOF filename issues. (#10110)
Yossi Gottlieb
2022-01-18
1
-4
/
+0
*
Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...
Oran Agra
2022-01-17
1
-1
/
+2
*
Support whitespace characters in appendfilename, and ban them in appenddirnam...
chenyang8094
2022-01-10
1
-0
/
+4
*
Changed latency histogram output to omit trailing 0s and periods (#10075)
Madelyn Olson
2022-01-09
1
-4
/
+8
*
Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...
filipe oliveira
2022-01-05
1
-0
/
+67
*
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
-1
/
+28
*
Implement clusterbus message extensions and cluster hostname support (#9530)
Madelyn Olson
2022-01-02
1
-0
/
+39
*
Sharded pubsub implementation (#8621)
Harkrishn Patro
2022-01-02
1
-0
/
+1
*
Wait for replicas when shutting down (#9872)
Viktor Söderqvist
2022-01-02
1
-0
/
+1
*
Remove incomplete fix of a broader problem (#10013)
guybe7
2021-12-28
1
-3
/
+0
*
Sort out mess around propagation and MULTI/EXEC (#9890)
guybe7
2021-12-23
1
-0
/
+3
*
Allow most CONFIG SET during loading, block some commands in async-loading (#...
Oran Agra
2021-12-22
1
-5
/
+15
*
Remove EVAL script verbatim replication, propagation, and deterministic execu...
zhugezy
2021-12-21
1
-5
/
+25
*
Protected configs and sensitive commands (#9920)
YaacovHazan
2021-12-19
1
-4
/
+22
*
Introduce memory management on cluster link buffers (#9774)
ny0312
2021-12-16
1
-0
/
+1
*
Multiparam config get. (#9914)
yoav-steinberg
2021-12-16
1
-20
/
+17
*
Error message improvement for CONFIG SET command (#9924)
Wen Hui
2021-12-15
1
-4
/
+12
*
Fix the server log when client use Multiparam Config Set (#9919)
Wen Hui
2021-12-09
1
-2
/
+7
*
Hide hidden configs from `config get` patterns. (#9888)
yoav-steinberg
2021-12-08
1
-5
/
+21
*
Don't write oom score adj to proc unless we're managing it. (#9904)
yoav-steinberg
2021-12-07
1
-2
/
+6
*
Redis Functions - Move Lua related variable into luaCtx struct
meir@redislabs.com
2021-12-01
1
-1
/
+1
*
Multiparam config set (#9748)
yoav-steinberg
2021-12-01
1
-378
/
+384
*
Replace ziplist with listpack in quicklist (#9740)
sundb
2021-11-24
1
-1
/
+1
*
Add sanitizer support and clean up sanitizer findings (#9601)
Ozan Tezcan
2021-11-11
1
-1
/
+1
*
fix minor memory leak in rewriteConfigSds (#9762)
Jim Brunner
2021-11-09
1
-3
/
+3
*
Move config from clusterCron to config update (#9580)
Huang Zhw
2021-11-07
1
-2
/
+19
[next]