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
Commit message (
Expand
)
Author
Age
Files
Lines
*
redis-cli --rdb: fix broken fsync/ftruncate for stdout (#9135)
Mikhail Fesenko
2021-06-30
1
-3
/
+5
*
Fix ziplist length updates on bigendian platforms (#2080)
Rob Snyder
2021-06-30
1
-1
/
+1
*
Make redis-cli --help/-h output to stdout and exit with 0. (#9124)
Huang Zhw
2021-06-30
1
-11
/
+12
*
HSETNX can lead coding type change even when skipped due to NX (#4615)
luvine
2021-06-30
1
-1
/
+1
*
Simplify logic in raxSeek, eliminate it->key reassembly on gt and lt (#9115)
ZhaolongLi
2021-06-30
1
-24
/
+2
*
fix ZRANGESTORE - should return 0 when src points to an empty key (#9089)
Leibale Eidelman
2021-06-29
1
-1
/
+6
*
Improve doc comment about AE_DONT_WAIT (#9165)
Tsonglew
2021-06-29
1
-2
/
+2
*
Include sizeof(struct stream) in objectComputeSize (#9164)
guybe7
2021-06-29
1
-1
/
+1
*
ZRANDMEMBER WITHSCORES with negative COUNT may return bad score (#9162)
Binbin
2021-06-29
1
-1
/
+1
*
Remove unnecessary replication backlog memory copy (#9157)
Wang Yuan
2021-06-28
1
-1
/
+1
*
Corrections about the new protected-mode usage. (#9143)
Yossi Gottlieb
2021-06-27
1
-4
/
+3
*
Add bind-source-addr configuration argument. (#9142)
Yossi Gottlieb
2021-06-24
6
-7
/
+7
*
Clean redis-benchmark Throughput output. (#9139)
Huang Zhw
2021-06-24
1
-0
/
+1
*
change streamAppendItem to use raxEOF instead of raxNext (#9138)
ZhaolongLi
2021-06-24
1
-2
/
+2
*
Adjustments to recent RM_StringTruncate fix (#3718) (#9125)
Oran Agra
2021-06-22
3
-33
/
+46
*
Improve bind and protected-mode config handling. (#9034)
Yossi Gottlieb
2021-06-22
5
-14
/
+36
*
modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)
Evan
2021-06-22
3
-468
/
+18
*
Remove extra semicolon (#9117)
Binbin
2021-06-21
2
-3
/
+3
*
add tilt mode since in sentinel info (#9000)
Wen Hui
2021-06-22
1
-0
/
+2
*
Fix race in client side tracking (#9116)
Oran Agra
2021-06-22
1
-1
/
+1
*
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
*
Improve objectComputeSize() with allocator fragmentaiton. (#9095)
DarrenJiang13
2021-06-17
1
-8
/
+7
*
Support glob pattern matching for config include files (#8980)
Sam Bortman
2021-06-16
1
-8
/
+49
*
Remove gopher protocol support. (#9057)
yoav-steinberg
2021-06-16
5
-114
/
+1
*
Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...
chenyang8094
2021-06-16
14
-91
/
+270
*
Change return value type for ZPOPMAX/MIN in RESP3 (#8981)
Jason Elbaum
2021-06-16
1
-4
/
+15
*
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
5
-13
/
+47
*
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
1
-0
/
+5
*
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
1
-5
/
+14
*
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
4
-35
/
+56
*
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
1
-13
/
+29
*
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
1
-1
/
+1
*
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
48
-224
/
+225
*
Mem efficiency, make full use of client struct memory for reply buffers (#8968)
Wang Yuan
2021-06-08
4
-31
/
+44
[next]