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
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sharded pubsub implementation (#8621)
Harkrishn Patro
2022-01-02
2
-2
/
+265
*
Wait for replicas when shutting down (#9872)
Viktor Söderqvist
2022-01-02
1
-0
/
+11
*
Fixed typo in test tag (for needs:debug) (#10021)
Ozan Tezcan
2021-12-28
2
-4
/
+4
*
Remove incomplete fix of a broader problem (#10013)
guybe7
2021-12-28
1
-0
/
+2
*
Tests: don't rely on the response of MEMORY USAGE when mem_allocator is not j...
chenyang8094
2021-12-27
2
-21
/
+10
*
Adds utils/gen-commands-json.py (#9958)
Itamar Haber
2021-12-27
2
-5
/
+5
*
Fix failing test due to recent change in transaction propagation (#10006)
chenyang8094
2021-12-27
1
-12
/
+12
*
Fix race in propagation test (#10012)
guybe7
2021-12-27
1
-4
/
+5
*
Add FUNCTION DUMP and RESTORE. (#9938)
Meir Shpilraien (Spielrein)
2021-12-26
2
-0
/
+144
*
Changed fuction name to be case insensitive. (#9984)
Meir Shpilraien (Spielrein)
2021-12-26
1
-0
/
+18
*
Sort out mess around propagation and MULTI/EXEC (#9890)
guybe7
2021-12-23
6
-52
/
+562
*
Allow most CONFIG SET during loading, block some commands in async-loading (#...
Oran Agra
2021-12-22
1
-1
/
+28
*
Shorten timeouts of CLIENT PAUSE to avoid hanging when tests fail. (#9975)
zhugezy
2021-12-22
1
-10
/
+10
*
Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...
Meir Shpilraien (Spielrein)
2021-12-21
2
-4
/
+67
*
Remove EVAL script verbatim replication, propagation, and deterministic execu...
zhugezy
2021-12-21
3
-130
/
+103
*
Add external test that runs without debug command (#9964)
Oran Agra
2021-12-19
12
-64
/
+74
*
Protected configs and sensitive commands (#9920)
YaacovHazan
2021-12-19
3
-10
/
+36
*
COMMAND: Use underscores instead of hyphens in attributes (#9959)
guybe7
2021-12-18
2
-12
/
+12
*
Introduce memory management on cluster link buffers (#9774)
ny0312
2021-12-16
1
-8
/
+0
*
Add FUNCTION FLUSH command to flush all functions (#9936)
Meir Shpilraien (Spielrein)
2021-12-16
1
-1
/
+41
*
Multiparam config get. (#9914)
yoav-steinberg
2021-12-16
1
-0
/
+16
*
Auto-generate the command table from JSON files (#9656)
guybe7
2021-12-15
3
-6
/
+53
*
Error message improvement for CONFIG SET command (#9924)
Wen Hui
2021-12-15
1
-2
/
+2
*
Fix possible int overflow when hashing an sds. (#9916)
yoav-steinberg
2021-12-13
3
-103
/
+49
*
Redact ACL SETUSER arguments if the user has spaces (#9935)
Madelyn Olson
2021-12-13
1
-2
/
+4
*
Fix timing issue in strem blocking tests (#9927)
Binbin
2021-12-10
1
-0
/
+5
*
Hide hidden configs from `config get` patterns. (#9888)
yoav-steinberg
2021-12-08
1
-0
/
+10
*
improvement of a test in unit/pause.tcl (#9868)
leishiao
2021-12-07
1
-1
/
+1
*
Don't write oom score adj to proc unless we're managing it. (#9904)
yoav-steinberg
2021-12-07
1
-0
/
+49
*
Merge Redis Functions PR (#9780)
Oran Agra
2021-12-02
2
-111
/
+477
|
\
|
*
Redis Functions - Added redis function unit and Lua engine
meir@redislabs.com
2021-12-02
2
-111
/
+477
|
*
Redis Functions - Introduce script unit.
meir@redislabs.com
2021-12-01
1
-1
/
+1
*
|
Fix CONFIG SET test failures in MacOS/FreeBSD (#9881)
Binbin
2021-12-02
1
-8
/
+11
|
/
*
Multiparam config set (#9748)
yoav-steinberg
2021-12-01
1
-0
/
+110
*
Adds auto-seq-only-generation via `XADD ... <ms>-*` (#9217)
Itamar Haber
2021-11-30
1
-0
/
+37
*
Swap '\r\n' with spaces when returning a big number reply from Lua script. (#...
Meir Shpilraien (Spielrein)
2021-11-30
1
-0
/
+11
*
Fix CLIENT KILL kill all clients with id 0 (#9853)
Binbin
2021-11-29
1
-0
/
+37
*
improvement of a blocking xread test (#9859)
leishiao
2021-11-29
1
-0
/
+1
*
Fix abnormal compression due to out-of-control recompress (#9849)
sundb
2021-11-29
1
-29
/
+88
*
Improve stability in some blocking command tests (#9856)
Binbin
2021-11-28
2
-0
/
+9
*
Clean Lua stack before parsing call reply to avoid crash on a call with many ...
Meir Shpilraien (Spielrein)
2021-11-28
1
-0
/
+10
*
Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)
Viktor Söderqvist
2021-11-28
1
-0
/
+38
*
Fix COMMAND GETKEYS on LCS (#9852)
sundb
2021-11-28
1
-0
/
+4
*
Wait for `asyn_loading` to stop in `short read` test (#9841)
Binbin
2021-11-24
1
-0
/
+3
*
Add tests to cover EXPIRE overflow fix (#9839)
Binbin
2021-11-24
1
-5
/
+16
*
QUIT is a command, HOST: and POST are not (#9798)
guybe7
2021-11-23
2
-8
/
+6
*
Fix timing issue in sub-second expires test (#9821)
Binbin
2021-11-22
1
-14
/
+27
*
Improve active defrag in jemalloc 5.2 (#9778)
Oran Agra
2021-11-21
1
-4
/
+0
*
Tests: add a few missing needs:debug tags. (#9806)
Yossi Gottlieb
2021-11-18
1
-3
/
+3
*
Fix crashes when list-compress-depth is used. (#9779)
perryitay
2021-11-18
2
-3
/
+31
[next]