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 race in client side tracking (#9116)
Oran Agra
2021-06-22
2
-1
/
+17
*
Check cluster_enabled in readwriteCommand just like readonlyCommand. (#9015)
Binbin
2021-06-21
1
-0
/
+4
*
redis-cli: support for REDIS_REPLY_SET in CSV and RAW output. (#7338)
Maxim Galushka
2021-06-21
1
-0
/
+2
*
Make CONFIG GET OOM-score-adj-values case insensitive. (#9114)
Binbin
2021-06-20
1
-1
/
+1
*
chdir to dir before fopen logfile in loadServerConfigFromString() (#6741)
SUN
2021-06-20
1
-13
/
+14
*
Improve the debug help command message (#9098)
Binbin
2021-06-20
1
-7
/
+9
*
Use loaderr label to handle error. (#9111)
Binbin
2021-06-20
1
-3
/
+3
*
Use exitFromChild to exit from child process in linuxMadvFreeForkBugCheck (#9...
gourav
2021-06-17
1
-1
/
+1
*
Make readQueryFromClient more aggressive when reading big arg again (Followup...
sundb
2021-06-17
1
-1
/
+1
*
Fix leak and double free issues in datatype2 module test (#9102)
sundb
2021-06-17
1
-0
/
+3
*
Improve objectComputeSize() with allocator fragmentaiton. (#9095)
DarrenJiang13
2021-06-17
1
-8
/
+7
*
Fix querybuf test failure (#9091)
sundb
2021-06-16
1
-1
/
+1
*
Support glob pattern matching for config include files (#8980)
Sam Bortman
2021-06-16
2
-8
/
+58
*
Remove gopher protocol support. (#9057)
yoav-steinberg
2021-06-16
6
-172
/
+1
*
Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...
chenyang8094
2021-06-16
19
-92
/
+1255
*
Change return value type for ZPOPMAX/MIN in RESP3 (#8981)
Jason Elbaum
2021-06-16
2
-4
/
+48
*
Cleaning up the cluster interface by moving almost all related declar… (#9080)
Uri Shachar
2021-06-15
9
-52
/
+37
*
Fix the wrong reisze of querybuf (#9003)
sundb
2021-06-15
8
-15
/
+120
*
Check `CLIENT_DIRTY_CAS` flag before process transaction. (#9086)
Binbin
2021-06-15
1
-1
/
+1
*
presize hashtable to avoid rehashing when hashTypeConvertZiplist() (#8943)
DarrenJiang13
2021-06-15
1
-0
/
+3
*
Fix XINFO help for unexpected options. (#9075)
Binbin
2021-06-15
2
-0
/
+10
*
Fix coredump after Client Unpause command when threaded I/O is enabled (#9041)
yvette903
2021-06-15
1
-1
/
+2
*
slowlog get command supports passing in -1 to get all logs. (#9018)
Binbin
2021-06-14
2
-6
/
+37
*
Simplify a redundant condition in computeDefragCycles (#9076)
ZhaolongLi
2021-06-14
1
-3
/
+1
*
Remove dead code in defrag.c (ziplist encoded list) (#9074)
ZhaolongLi
2021-06-14
1
-3
/
+0
*
cleanup around loadAppendOnlyFile (#9012)
YaacovHazan
2021-06-14
5
-35
/
+81
*
msetnx reply error (#9061)
fishsalter
2021-06-13
1
-1
/
+2
*
Fix accidental deletion of sinterstore command when we meet wrong type error....
Binbin
2021-06-13
2
-17
/
+210
*
Remove duplicate dbid lookup in performEvictions. (#9063)
Binbin
2021-06-13
1
-2
/
+2
*
Fix flaky test case for absolute TTL replication (#9069)
ny0312
2021-06-13
2
-3
/
+5
*
Delete an unnecessary function declaration (#9065)
ZhaolongLi
2021-06-10
1
-1
/
+0
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
84
-269
/
+315
*
Improve test suite to handle external servers better. (#9033)
Yossi Gottlieb
2021-06-09
66
-1372
/
+1662
*
Mem efficiency, make full use of client struct memory for reply buffers (#8968)
Wang Yuan
2021-06-08
5
-32
/
+45
*
Verbose log enhancement: print client info when client exit (#9053)
Yang Bodong
2021-06-08
1
-1
/
+5
*
Module API for current command name (#8792)
guybe7
2021-06-08
2
-0
/
+11
*
Make redis-cli grep friendly in pubsub mode (#9013)
ikeberlein
2021-06-08
1
-0
/
+1
*
Fix some minor bugs in redis-cli (#8982)
Huang Zhw
2021-06-08
1
-23
/
+18
*
Add support for combining NX and GET flags on SET command (#8906)
Fabian Eichinger
2021-06-07
2
-12
/
+38
*
Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048)
Huang Zhw
2021-06-07
2
-4
/
+23
*
comment typo: form -> from (#8921)
Jeremy Kun
2021-06-07
1
-1
/
+1
*
Fix typo in comment of flushAppendOnlyFile (#9051)
ZhaolongLi
2021-06-07
1
-1
/
+1
*
tests: prevent name clash in variables leading to wrong test name (#8995)
Oran Agra
2021-06-06
1
-5
/
+5
*
XTRIM call streamParseAddOrTrimArgsOrReply use wrong arg xadd. (#9047)
Huang Zhw
2021-06-06
1
-1
/
+1
*
Add missing zuiClearIterator in zrandmemberWithCountCommand. (#8979)
Binbin
2021-06-06
1
-0
/
+3
*
Fix SENTINEL SET to require arguments (#9037)
Wen Hui
2021-06-04
1
-1
/
+1
*
tests: add details when test fails on malformed info (#9042)
Oran Agra
2021-06-03
1
-1
/
+3
*
document module unload error codes in comments (#9038)
Wen Hui
2021-06-03
1
-1
/
+4
*
redis-cli cluster import command may issue wrong MIGRATE command. (#8945)
Huang Zhw
2021-06-02
1
-4
/
+3
*
Fix typo on buckup to backup (#8919)
pgxiaolianzi
2021-06-01
4
-22
/
+22
[next]