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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6926 from oranagra/fork-test-fix
Salvatore Sanfilippo
2020-02-27
2
-3
/
+2
|
\
|
*
fix race in module api test for fork
Oran Agra
2020-02-23
2
-3
/
+2
*
|
fix github actions failing latency test for active defrag - part 2
Oran Agra
2020-02-27
1
-2
/
+3
*
|
fix github actions failing latency test for active defrag
Oran Agra
2020-02-25
1
-3
/
+3
*
|
Merge pull request #6920 from oranagra/defrag-test-latency-fix
Salvatore Sanfilippo
2020-02-24
1
-8
/
+32
|
\
\
|
*
|
Fix latency sensitivity of new defrag test
Oran Agra
2020-02-23
1
-8
/
+32
|
|
/
*
|
Test engine: experimental change to avoid busy port problems.
antirez
2020-02-24
1
-49
/
+84
|
/
*
Test engine: detect timeout when checking for Redis startup.
antirez
2020-02-21
1
-1
/
+11
*
Test engine: better tracking of what workers are doing.
antirez
2020-02-21
2
-4
/
+12
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2020-02-21
3
-0
/
+105
|
\
|
*
Merge pull request #6864 from guybe7/fix_memleak_in_test_ld_conv
Salvatore Sanfilippo
2020-02-20
1
-0
/
+4
|
|
\
|
|
*
Fix memory leak in test_ld_conv
Guy Benoish
2020-02-06
1
-0
/
+4
|
*
|
Merge pull request #6903 from oranagra/defrag_lists
Salvatore Sanfilippo
2020-02-20
1
-0
/
+92
|
|
\
\
|
|
*
|
Defrag big lists in portions to avoid latency and freeze
Oran Agra
2020-02-18
1
-0
/
+92
|
*
|
|
XGROUP DESTROY should unblock XREADGROUP with -NOGROUP
Guy Benoish
2020-02-19
1
-0
/
+9
|
|
/
/
*
|
|
Test is more complex now, increase default timeout.
antirez
2020-02-21
1
-1
/
+1
|
/
/
*
|
Tracking: first set of tests for the feature.
csc2
antirez
2020-02-14
1
-0
/
+66
|
/
*
Merge branch 'acl-log' into unstable
antirez
2020-02-06
1
-0
/
+107
|
\
|
*
ACL LOG: make max log entries configurable.
acl-log
antirez
2020-02-04
1
-0
/
+11
|
*
ACL LOG: test for AUTH reason.
antirez
2020-02-04
1
-0
/
+9
|
*
ACL LOG: implement a few basic tests.
antirez
2020-01-30
1
-0
/
+87
*
|
Add tcl regression test in scripting.tcl to reproduce memory leak.
WuYunlong
2020-02-04
1
-0
/
+5
*
|
ld2string should fail if string contains \0 in the middle
Guy Benoish
2020-01-30
2
-0
/
+16
*
|
Merge pull request #6699 from guybe7/module_blocked_on_key_timeout_memleak
Salvatore Sanfilippo
2020-01-29
2
-6
/
+42
|
\
\
|
|
/
|
/
|
|
*
Modules: Fix blocked-client-related memory leak
Guy Benoish
2019-12-30
2
-6
/
+42
*
|
Merge pull request #6703 from guybe7/blocking_xread_empty_reply
Salvatore Sanfilippo
2020-01-09
2
-0
/
+25
|
\
\
|
*
|
Blocking XREAD[GROUP] should always reply with valid data (or timeout)
Guy Benoish
2019-12-30
2
-0
/
+25
|
|
/
*
|
Merge pull request #6706 from guybe7/stream_id_edge_cases
Salvatore Sanfilippo
2019-12-29
1
-0
/
+27
|
\
\
|
*
|
Stream: Handle streamID-related edge cases
Guy Benoish
2019-12-26
1
-0
/
+27
|
|
/
*
|
config.c adjust config limits and mutable
Oran Agra
2019-12-26
1
-1
/
+1
|
/
*
Revert "Geo: output 10 chars of geohash, not 11."
antirez
2019-12-18
1
-1
/
+1
*
incrbyfloat: fix issue #5256 ttl lost after propagate
zhaozhao.zz
2019-12-18
1
-0
/
+7
*
add a new SET option KEEPTTL that doesn't remove expire time
zhaozhao.zz
2019-12-18
1
-0
/
+13
*
Fixed some documentation
Madelyn Olson
2019-12-17
1
-32
/
+0
*
Added some documentation and fixed a test
Madelyn Olson
2019-12-17
1
-3
/
+7
*
Add module APIs for custom authentication
Madelyn Olson
2019-12-17
3
-1
/
+191
*
Improve RM_ModuleTypeReplaceValue() API.
Yossi Gottlieb
2019-12-12
2
-0
/
+42
*
fix crash in module short read test
Oran Agra
2019-12-02
1
-1
/
+2
*
Merge pull request #6624 from oranagra/config_c_step_3
Salvatore Sanfilippo
2019-12-02
1
-0
/
+65
|
\
|
*
Converting more configs to use generic infra, and moving defaults to config.c
Oran Agra
2019-11-28
1
-0
/
+65
*
|
revert an accidental test code change done as part of the tls project
Oran Agra
2019-12-01
1
-1
/
+1
|
/
*
Merge pull request #6598 from oranagra/module-hook-test
Salvatore Sanfilippo
2019-11-25
1
-6
/
+8
|
\
|
*
try to fix an unstable test (module hook for loading progress)
Oran Agra
2019-11-19
1
-6
/
+8
*
|
Merge branch 'unstable' into rm_get_server_info
Salvatore Sanfilippo
2019-11-21
15
-33
/
+1328
|
\
\
|
*
\
Merge pull request #6603 from daidaotong/typofix
Salvatore Sanfilippo
2019-11-20
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
fix typo
Daniel Dai
2019-11-19
1
-1
/
+1
|
*
|
Merge branch 'unstable' into module-long-double
Salvatore Sanfilippo
2019-11-19
10
-8
/
+552
|
|
\
\
|
|
*
\
Merge pull request #6557 from oranagra/rm_lru_lfu_revized
Salvatore Sanfilippo
2019-11-19
2
-13
/
+86
|
|
|
\
\
|
|
|
*
|
rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFU
Oran Agra
2019-11-10
2
-13
/
+86
|
|
|
|
/
|
|
*
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2019-11-19
2
-7
/
+37
|
|
|
\
\
[next]