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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix usleep compilation warning in auth.c (#11925)
Binbin
2023-03-16
1
-0
/
+4
*
Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)
Binbin
2023-03-16
12
-24
/
+23
*
Custom authentication for Modules (#11659)
KarthikSubbarao
2023-03-15
11
-103
/
+1057
*
Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)
Binbin
2023-03-15
3
-5
/
+86
*
Use older string format to support earlier python versions (#11920)
Ozan Tezcan
2023-03-15
1
-4
/
+4
*
Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)
Binbin
2023-03-15
3
-33
/
+98
*
cleanup NBSP characters in comments (#10555)
Kaige Ye
2023-03-15
5
-39
/
+39
*
Implementing the WAITAOF command (issue #10505) (#11713)
Slava Koyfman
2023-03-14
13
-82
/
+623
*
Fix tail->repl_offset update in feedReplicationBuffer (#11905)
Binbin
2023-03-13
3
-6
/
+19
*
Large blocks of replica client output buffer could lead to psync loops and un...
xbasel
2023-03-12
2
-72
/
+137
*
redis-cli reads specified number of replies for UNSUBSCRIBE/PUNSUBSCRIBE/SUNS...
Binbin
2023-03-12
1
-0
/
+20
*
Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...
Binbin
2023-03-12
9
-5
/
+227
*
Fix race in sentinel manual failover test (#11900)
Binbin
2023-03-12
1
-1
/
+14
*
Add reply_schema to command json files (internal for now) (#10273)
guybe7
2023-03-11
403
-315
/
+6763
*
Fix Uninitialised value error in createSparklineSequence (LATENCY GRAPH) (#11...
Binbin
2023-03-09
2
-1
/
+22
*
Fix test and improve assert_replication_stream print the whole stream (#11793)
Binbin
2023-03-08
3
-3
/
+21
*
Fix misleading error message in XREADGROUP (#11799)
Binbin
2023-03-08
1
-3
/
+3
*
Fix an issue when module decides to unblock a client which is blocked on keys...
ranshid
2023-03-08
3
-6
/
+43
*
Always compact nodes in stream listpacks after creating new nodes (#11885)
Madelyn Olson
2023-03-07
2
-10
/
+15
*
Solve race in CLIENT NO-TOUCH lru test (#11883)
Binbin
2023-03-07
1
-1
/
+1
*
Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)
sundb
2023-03-07
3
-1
/
+16
*
Add GNUC minor version check for redis_unreachable (#11882)
某10
2023-03-05
1
-1
/
+1
*
Increase the threshold of the AOF loading defrag test (#11871)
Binbin
2023-03-04
1
-2
/
+4
*
Dont COMMANDS DOCS if not TTY (not interactive) (#11850)
SkyperTHC
2023-03-03
1
-1
/
+1
*
Try to trim strings only when applicable (#11817)
uriyage
2023-02-28
7
-23
/
+84
*
Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155) (#11...
Oran Agra
2023-02-28
6
-5
/
+14
*
String pattern matching had exponential time complexity on pathological patte...
Oran Agra
2023-02-28
2
-4
/
+29
*
Fix possible memory corruption in FLUSHALL when a client watches more than on...
ranshid
2023-02-28
2
-3
/
+11
*
assert in case resize output buffer will attempt to shrink too much (#11839)
ranshid
2023-02-26
1
-0
/
+2
*
Try to solve valgrind CI test error with client-eviction test (#11822)
Oran Agra
2023-02-23
1
-0
/
+1
*
Add missing since filed for new CLIENT NO-TOUCH command (#11829)
Binbin
2023-02-23
2
-2
/
+3
*
Add CLIENT NO-TOUCH for clients to run commands without affecting LRU/LFU of ...
Chen Tianjie
2023-02-23
6
-3
/
+104
*
Speed up test: client evicted due to client tracking prefixes (#11823)
Binbin
2023-02-21
1
-51
/
+54
*
Prevent Redis from crashing from key tracking invalidations (#11814)
Madelyn Olson
2023-02-21
2
-3
/
+41
*
Fix HELLO error message command syntax suggestion (#11809)
M Sazzadul Hoque
2023-02-21
1
-1
/
+1
*
add test case and comments for active expiry in the writeable replica (#11789)
judeng
2023-02-20
2
-1
/
+19
*
Stablize page reclaim CI test (#11818)
Oran Agra
2023-02-19
1
-6
/
+10
*
Demoting some of the non-warning messages to notice (#10715)
Binbin
2023-02-19
11
-66
/
+67
*
skip new page cache reclame unit test when running in valgrind (#11808)
Oran Agra
2023-02-16
4
-3
/
+9
*
Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...
Oran Agra
2023-02-16
17
-107
/
+273
*
correct cluster inbound link keepalive time (#11785)
zhaozhao.zz
2023-02-16
1
-1
/
+1
*
Remove wrong code in list pot timeout test (#11805)
Binbin
2023-02-15
1
-1
/
+0
*
Update codes (#11804)
Wen Hui
2023-02-14
1
-7
/
+15
*
Minor changes around the blockonkeys test module (#11803)
guybe7
2023-02-14
3
-149
/
+74
*
SCAN/RANDOMKEY and lazy-expire (#11788)
guybe7
2023-02-14
7
-17
/
+75
*
Reclaim page cache of RDB file (#11248)
Tian
2023-02-12
15
-27
/
+234
*
Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)
Meir Shpilraien (Spielrein)
2023-02-09
6
-6
/
+119
*
When DEBUG LOADAOF fails, return an error instead of exiting (#11790)
Binbin
2023-02-09
2
-3
/
+5
*
Optimize ZRANGE replies WITHSCORES in case of integer scores (#11779)
filipe oliveira
2023-02-06
3
-49
/
+33
*
Fix unstable test: replication with parallel clients writing in different DBs...
Binbin
2023-02-03
1
-5
/
+18
[next]