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
...
*
when a slave experiances an error on commands that come from master, print to...
oranagra
2018-02-15
1
-0
/
+2
*
getting rid of duplicated code
charsyam
2018-02-13
1
-2
/
+2
*
enlarged buffer given to ld2string
Guy Benoish
2018-02-13
3
-2
/
+7
*
Make it explicit with a comment why we kill the old AOF rewrite.
antirez
2018-02-13
1
-0
/
+3
*
rewriteAppendOnlyFileBackground() failure fix
Guy Benoish
2018-02-13
1
-21
/
+31
*
fix to latency monitor reporting wrong max latency
Oran Agra
2018-02-13
1
-0
/
+1
*
Redis 4.0.8.
4.0.8
antirez
2018-02-02
1
-1
/
+1
*
Rax updated to latest antirez/rax commit.
antirez
2018-02-02
2
-25
/
+52
*
Redis 4.0.7.
4.0.7
antirez
2018-01-24
1
-1
/
+1
*
fix not call va_end when syncWrite() failed
jianqingdu
2018-01-24
1
-2
/
+2
*
Fix the firstkey, lastkey, and keystep of moduleCommand
Yusaku Kaneta
2018-01-24
1
-1
/
+1
*
redismodule.h: Check ModuleNameBusy before calling it
Mark Nunberg
2018-01-24
1
-1
/
+1
*
Fix migrateCommand() access of not initialized byte.
antirez
2018-01-18
1
-2
/
+5
*
Replication buffer fills up on high rate traffic.
Guy Benoish
2018-01-18
1
-2
/
+7
*
Cluster: improve anti-affinity algo in redis-trib.rb.
antirez
2018-01-18
1
-1
/
+131
*
Remove useless comment from serverCron().
antirez
2018-01-18
1
-3
/
+2
*
fixbug for #4545 dead loop aof rewrite
heqin
2018-01-18
1
-1
/
+1
*
Hopefully more clear comment to explain the change in #4607.
antirez
2018-01-18
1
-3
/
+4
*
fix assert problem in ZIP_DECODE_PREVLENSIZE
qinchao
2018-01-18
1
-1
/
+1
*
PSYNC2 fix - promoted slave should hold on to it's backlog
Oran Agra
2018-01-18
1
-0
/
+5
*
aof: format code and comment
zhaozhao.zz
2018-01-18
1
-5
/
+5
*
Put more details in the comment introduced by #4601.
antirez
2018-01-18
1
-3
/
+8
*
lazyfree: fix memory leak for lazyfree-lazy-server-del
zhaozhao.zz
2018-01-18
1
-3
/
+4
*
Fix getKeysUsingCommandTable() in the case of nagative arity.
antirez
2018-01-18
1
-5
/
+7
*
proto-max-querybuf-len -> client-query-buffer-limit.
antirez
2018-01-18
1
-4
/
+4
*
New config options about protocol prefixed with "proto".
antirez
2018-01-18
4
-13
/
+13
*
Fix a typo(maybe instruction?) in crash log
gnuhpc
2018-01-18
1
-1
/
+1
*
Added RM_UnlinkKey - a low level analog to UNLINK command
Dvir Volk
2018-01-18
3
-0
/
+56
*
redis-benchmark: bugfix - handle zero liveclients in right way
zhaozhao.zz
2018-01-18
1
-1
/
+1
*
Add config options for max-bulk-len and max-querybuf-len mainly to support RE...
Oran Agra
2018-01-18
4
-1
/
+16
*
fix processing of large bulks (above 2GB)
Oran Agra
2018-01-18
8
-33
/
+39
*
fixbug for #4545 dead loop aof rewrite
heqin
2018-01-18
1
-1
/
+3
*
Hyperloglog: refresh hdr variable correctly.
antirez
2018-01-09
1
-1
/
+3
*
Hyperloglog: Support for PFMERGE sparse encoding as target.
antirez
2018-01-09
1
-3
/
+14
*
Hyperloglog: refactoring of sparse/dense add function.
antirez
2018-01-09
1
-20
/
+38
*
Rewrite MIGRATE AUTH option.
antirez
2018-01-09
1
-12
/
+38
*
fixbug for #4538 Error opening /setting AOF rewrite IPC pipes: No such file o...
heqin
2018-01-09
1
-4
/
+6
*
safe_write -> aofWrite. Function commented.
antirez
2018-01-09
1
-2
/
+9
*
aof: cast sdslen to ssize_t
zhaozhao.zz
2018-01-09
1
-1
/
+1
*
aof: fix the short write
zhaozhao.zz
2018-01-09
1
-1
/
+22
*
always enable command history in redis-cli
Tomasz Poradowski
2018-01-09
1
-1
/
+2
*
Cluster: allow read-only EVAL/EVALSHA in slaves.
antirez
2018-01-09
1
-1
/
+2
*
Prevent off-by-one read in stringmatchlen() (fixes #4527)
nashe
2018-01-09
1
-1
/
+1
*
Fix memory usage list bug
gnuhpc
2018-01-05
1
-1
/
+1
*
dict: fix the int problem for defrag
zhaozhao.zz
2017-12-05
3
-5
/
+5
*
dict: fix the int problem
zhaozhao.zz
2017-12-05
1
-9
/
+9
*
set: fix the int problem for qsort
zhaozhao.zz
2017-12-05
1
-2
/
+8
*
set: fix the int problem for SPOP & SRANDMEMBER
zhaozhao.zz
2017-12-05
1
-2
/
+2
*
Redis 4.0.6.
4.0.6
antirez
2017-12-04
1
-1
/
+1
*
quicklist: change the len of quicklist to unsigned long
zhaozhao.zz
2017-12-04
2
-4
/
+4
[prev]
[next]