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
/
debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set replicas to panic on disk errors, and optionally panic on replication err...
Madelyn Olson
2022-04-26
1
-0
/
+6
*
fix crash in debug protocol push (#10483)
DarrenJiang13
2022-03-28
1
-0
/
+4
*
crash log, print killer pid only when si_code is SI_USER (#10454)
Oran Agra
2022-03-22
1
-1
/
+1
*
Introduce debug command to disable reply buffer resizing (#10360)
ranshid
2022-03-01
1
-8
/
+17
*
introduce dynamic client reply buffer size - save memory on idle clients (#9822)
ranshid
2022-02-22
1
-0
/
+14
*
Removed double semicolon at the end of line (#10305)
Matteo Baccan
2022-02-16
1
-1
/
+1
*
Use binary representation for key values dumped to crash log (#10275)
Omer Shadmi
2022-02-10
1
-3
/
+3
*
Make INFO command variadic (#6891)
Wen Hui
2022-02-08
1
-1
/
+7
*
Fix file descriptor leak in memtest_test_linux_anonymous_maps (#4241)
footpatch
2022-02-06
1
-1
/
+4
*
Fix SENTINEL SET config rewrite test (#10232)
Binbin
2022-02-04
1
-2
/
+2
*
Use const char pointer in redismodule.h as far as possible (#10064)
Wang Yuan
2022-01-18
1
-6
/
+5
*
Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)
chenyang8094
2022-01-03
1
-1
/
+4
*
Implement clusterbus message extensions and cluster hostname support (#9530)
Madelyn Olson
2022-01-02
1
-0
/
+8
*
Generate RDB with Functions only via redis-cli --functions-rdb (#9968)
yoav-steinberg
2022-01-02
1
-1
/
+1
*
Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...
Meir Shpilraien (Spielrein)
2021-12-21
1
-2
/
+2
*
Remove EVAL script verbatim replication, propagation, and deterministic execu...
zhugezy
2021-12-21
1
-8
/
+0
*
Redis Functions - Move Lua related variable into luaCtx struct
meir@redislabs.com
2021-12-01
1
-1
/
+1
*
Extend output of DEBUG HELP for POPULATE (#9869)
Viktor Söderqvist
2021-11-30
1
-2
/
+4
*
Replace ziplist with listpack in quicklist (#9740)
sundb
2021-11-24
1
-9
/
+9
*
Fix false positive leak reported by GCC ASAN (#9816)
Oran Agra
2021-11-21
1
-2
/
+6
*
Add sanitizer support and clean up sanitizer findings (#9601)
Ozan Tezcan
2021-11-11
1
-2
/
+10
*
Refactor config.c for generic setter interface (#9644)
yoav-steinberg
2021-11-07
1
-29
/
+19
*
Add support for list type to store elements larger than 4GB (#9357)
perryitay
2021-11-03
1
-0
/
+33
*
fix valgrind issues with long double module test (#9709)
Oran Agra
2021-11-01
1
-1
/
+1
*
Client eviction ci issues (#9549)
yoav-steinberg
2021-09-26
1
-0
/
+6
*
Client eviction (#8687)
yoav-steinberg
2021-09-23
1
-0
/
+19
*
Replace all usage of ziplist with listpack for t_zset (#9366)
sundb
2021-09-09
1
-4
/
+4
*
More generic crash report for unsupported archs (#9385)
yoav-steinberg
2021-08-18
1
-3
/
+29
*
Add debug config flag to print certain config values on engine crash (#9304)
Madelyn Olson
2021-08-05
1
-0
/
+13
*
Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)
Meir Shpilraien (Spielrein)
2021-08-04
1
-0
/
+4
*
Fix format strings serverLogObjectDebugInfo to use unsigned (#2927)
Erik Dubbelboer
2021-07-18
1
-2
/
+2
*
Test infra, handle RESP3 attributes and big-numbers and bools (#9235)
Oran Agra
2021-07-14
1
-6
/
+8
*
Improve the debug help command message (#9098)
Binbin
2021-06-20
1
-7
/
+9
*
Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...
chenyang8094
2021-06-16
1
-2
/
+2
*
cleanup around loadAppendOnlyFile (#9012)
YaacovHazan
2021-06-14
1
-4
/
+2
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
1
-1
/
+1
*
Initialize RedisModuleDigest with zeroes (#8731)
guybe7
2021-03-31
1
-1
/
+1
*
Fixes a typo in DEBUG HELP (#8638)
Itamar Haber
2021-03-24
1
-1
/
+1
*
Fix crash report killed by message (#8683)
Oran Agra
2021-03-24
1
-1
/
+1
*
Fixes for systems with 64-bit time (#8662)
Theo Buehler
2021-03-17
1
-1
/
+1
*
Fix compliation on arm64 Mac with jemalloc (#8458)
David Gilman
2021-03-01
1
-0
/
+4
*
HELP subcommand, continued (#5531)
Itamar Haber
2021-01-04
1
-31
/
+80
*
Crash log would crash half way on commands with no arguments (#8260)
Oran Agra
2021-01-01
1
-1
/
+1
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
1
-4
/
+4
*
Fix issue where fork process deletes the parent pidfile (#8231)
Meir Shpilraien (Spielrein)
2020-12-22
1
-1
/
+1
*
Several (mostly Solaris-related) cleanups (#8171)
Yossi Gottlieb
2020-12-13
1
-1
/
+1
*
Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposed
Oran Agra
2020-12-06
1
-0
/
+15
*
raspberry build fix. (#8095)
David CARLIER
2020-11-25
1
-2
/
+2
*
EXISTS should not alter LRU, OBJECT should not reveal expired keys on replica...
guybe7
2020-11-18
1
-1
/
+5
*
Debug Populate: Avoid server crash when passing negative value for key and va...
Wen Hui
2020-11-05
1
-2
/
+4
[next]