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
*
Add errorstats info section, Add failed_calls and rejected_calls to commandst...
filipe oliveira
2020-12-31
5
-18
/
+98
*
Merge pushGenericCommand and pushxGenericCommand (#8255)
sundb
2020-12-29
1
-47
/
+26
*
Fix memory leaks in error replies due to recent change (#8249)
Oran Agra
2020-12-27
3
-5
/
+5
*
Make the protocol-version argument of HELLO optional (#7377)
Oran Agra
2020-12-27
3
-12
/
+18
|
\
|
*
fix the format
xhe
2020-12-25
1
-2
/
+2
|
*
reword
xhe
2020-12-25
1
-1
/
+1
|
*
address comment
xhe
2020-12-24
1
-8
/
+9
|
*
reword
xhe
2020-12-24
1
-1
/
+1
|
*
ask protover for authentication
xhe
2020-12-24
1
-0
/
+5
|
*
correction
xhe
2020-12-24
1
-1
/
+1
|
*
simplify
xhe
2020-12-24
1
-1
/
+1
|
*
simplify
xhe
2020-12-24
1
-1
/
+1
|
*
simplify
xhe
2020-12-24
1
-0
/
+1
|
*
simplify
xhe
2020-12-24
1
-1
/
+1
|
*
prefer !
xhe
2020-12-24
1
-2
/
+2
|
*
HELLO without protover
xhe
2020-12-24
3
-8
/
+7
|
*
add a read-only variant for HELLO
xhe
2020-12-24
1
-3
/
+3
*
|
Tracking: add CLIENT TRACKINGINFO subcommand (#7309)
zhaozhao.zz
2020-12-27
1
-1
/
+63
*
|
Adds count to L/RPOP (#8179)
Itamar Haber
2020-12-25
3
-47
/
+115
*
|
Use addReplyErrorObject with shared.syntaxerror (#8248)
Itamar Haber
2020-12-25
2
-2
/
+2
*
|
cleanup: ziplist prev entry large length use sizeof(uint32_t) instead 4 (#8241)
huangzhw
2020-12-24
1
-3
/
+5
*
|
syncWithMaster: use pipeline for AUTH+REPLCONF*3
Oran Agra
2020-12-24
2
-85
/
+81
*
|
syncWithMaster: sendSynchronousCommand split to send, and receive
Oran Agra
2020-12-24
1
-77
/
+100
*
|
Typo: timout -> timeout (#8228)
Brad Dunbar
2020-12-24
1
-2
/
+2
|
/
*
Cleanup key tracking documentation and table management (#8039)
Madelyn Olson
2020-12-23
8
-74
/
+120
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
21
-103
/
+103
*
Add semicolon to calls of test_cond() (#8238)
Wang Yuan
2020-12-23
1
-24
/
+24
*
Fix redundancy incrRefCount in lmoveGenericCommand (#8218)
sundb
2020-12-23
1
-5
/
+0
*
Fix random element selection for large hash tables. (#8133)
Greg Femec
2020-12-23
9
-10
/
+319
*
fix valgrind warning created by recent pidfile fix (#8235)
Oran Agra
2020-12-23
1
-0
/
+1
*
Fix TLS build on macOS arm64 systems (#8197)
Felix Bünemann
2020-12-23
1
-0
/
+10
*
Sentinel: add missing calls for sentinelflushconfig when config master at run...
Wen Hui
2020-12-22
1
-9
/
+8
*
Fix issue where fork process deletes the parent pidfile (#8231)
Meir Shpilraien (Spielrein)
2020-12-22
2
-1
/
+5
*
Fix crashes with io-threads-do-reads enabled. (#8230)
Yossi Gottlieb
2020-12-22
1
-2
/
+14
*
Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...
Oran Agra
2020-12-22
6
-39
/
+32
*
Fix some redundancy use of semicolon in do-while macros (#8221)
sundb
2020-12-21
7
-12
/
+11
*
Fix PFDEBUG commands flag (#8222)
valentinogeron
2020-12-21
1
-2
/
+5
*
Fix command reset's arity (#8212)
sundb
2020-12-18
1
-1
/
+1
*
Not over-allocate client query buffer when reading large objects. (#5954)
Qu Chen
2020-12-17
1
-1
/
+1
*
Handle binary safe string for REQUIREPASS and MASTERAUTH directives (#8200)
Qu Chen
2020-12-17
3
-27
/
+107
*
install redis-check-rdb and redis-check-aof as symlinks to redis-server (#5745)
Nick Revin
2020-12-17
1
-2
/
+2
*
More fixes to printf format specifier. (#7909)
Hanif Ariffin
2020-12-17
3
-6
/
+6
*
Fix comment of georadiusGeneric function (#8202)
sundb
2020-12-17
1
-2
/
+2
*
[Redis-benchmark] Use IP from CLUSTER NODE reply for first node too (#8154)
Wang Yuan
2020-12-17
1
-2
/
+2
*
fix wrong comment in cluster.h (#8191)
Wen Hui
2020-12-16
1
-1
/
+1
*
Fix some wrong server.dirty increments (#8140)
sundb
2020-12-15
5
-6
/
+7
*
GEOSEARCH: change 'FROMLOC' to 'FROMLONLAT' (#8190)
Itamar Haber
2020-12-14
1
-3
/
+7
*
Sanitize dump payload: excessive free on dup zset fields (#8189)
Oran Agra
2020-12-14
1
-1
/
+1
*
Expose Redis main thread cpu time, and scrape system time via INFO command. (...
filipe oliveira
2020-12-13
1
-4
/
+16
*
Several (mostly Solaris-related) cleanups (#8171)
Yossi Gottlieb
2020-12-13
11
-26
/
+26
[next]