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
*
Merge pull request #2741 from kmiku7/unstable
Salvatore Sanfilippo
2017-11-08
1
-1
/
+1
|
\
|
*
fix boundary case for _dictNextPower
kmiku7
2015-08-23
1
-1
/
+1
*
|
Merge pull request #4431 from itamarhaber/patch-10
Salvatore Sanfilippo
2017-11-08
1
-1
/
+1
|
\
\
|
*
|
Fixes an off-by-one in argument handling of `MEMORY USAGE`
Itamar Haber
2017-11-08
1
-1
/
+1
|
/
/
*
|
Fix saving of zero-length lists.
antirez
2017-11-06
1
-2
/
+3
*
|
SDS: improve sdsRemoveFreeSpace() to avoid useless data copy.
antirez
2017-11-03
1
-5
/
+12
*
|
Fix buffer overflows occurring reading redis.conf.
antirez
2017-10-31
1
-0
/
+3
*
|
Regression test for issue #4391.
antirez
2017-10-30
1
-0
/
+4
*
|
More robust object -> double conversion.
antirez
2017-10-30
1
-4
/
+8
*
|
Limit statement in RM_BlockClient() to 80 cols.
antirez
2017-09-28
1
-4
/
+5
*
|
Merge pull request #4337 from dvirsky/module_ctx_flags
Salvatore Sanfilippo
2017-09-28
3
-5
/
+185
|
\
\
|
*
|
Added safety net preventing redis from crashing if a module decide to block i...
Dvir Volk
2017-09-27
1
-5
/
+8
|
*
|
Renamed GetCtxFlags to GetContextFlags
Dvir Volk
2017-09-27
3
-11
/
+11
|
*
|
Added support for module context flags with RM_GetCtxFlags
Dvir Volk
2017-09-27
3
-0
/
+177
|
/
/
*
|
Clarify comment in change fixing #4323.
antirez
2017-09-21
1
-2
/
+6
*
|
Merge pull request #4324 from soloestoy/lazyfree-fix-memory-leak
Salvatore Sanfilippo
2017-09-21
1
-2
/
+5
|
\
\
|
*
|
Lazyfree: avoid memory leak when free slowlog entry
zhaozhao.zz
2017-09-21
1
-2
/
+5
|
/
/
*
|
PSYNC2: More refinements related to #4316.
psync2-rdb-fixes
antirez
2017-09-20
2
-11
/
+14
*
|
PSYNC2: make persisiting replication info more solid
zhaozhao.zz
2017-09-20
4
-9
/
+33
*
|
PSYNC2: Fix the way replication info is saved/loaded from RDB.
antirez
2017-09-19
4
-23
/
+49
*
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2017-09-19
2
-3
/
+2
|
\
\
|
*
\
Merge pull request #3785 from GitHubMota/unstable
Salvatore Sanfilippo
2017-09-18
1
-2
/
+2
|
|
\
\
|
|
*
|
redis-benchmark: default value size usage update.
Mota
2017-07-25
1
-2
/
+2
|
*
|
|
Merge pull request #3554 from jybaek/Delete_duplicate
Salvatore Sanfilippo
2017-09-18
1
-1
/
+0
|
|
\
\
\
|
|
*
|
|
Remove Duplicate Processing
jybaek
2016-10-13
1
-1
/
+0
*
|
|
|
|
PSYNC2: Create backlog on slave partial sync as well.
antirez
2017-09-19
1
-0
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #4311 from oranagra/aof_shutdown_flush
Salvatore Sanfilippo
2017-09-18
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Flush append only buffers before existing.
Oran Agra
2017-09-17
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #4191 from jybaek/unstable
Salvatore Sanfilippo
2017-08-03
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Add missing fclose()
jybaek
2017-08-03
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #3935 from itamarhaber/module-cmdstats
Salvatore Sanfilippo
2017-08-02
1
-10
/
+17
|
\
\
\
\
|
*
|
|
|
Changes command stats iteration to being dict-based
Itamar Haber
2017-04-13
1
-10
/
+17
*
|
|
|
|
Add MEMORY DOCTOR to MEMORY HELP.
antirez
2017-07-28
1
-1
/
+3
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1934 from badboy/install-script-1922
Salvatore Sanfilippo
2017-07-24
1
-6
/
+6
|
\
\
\
\
|
*
|
|
|
Don't use extended Regexp Syntax
Jan-Erik Rediger
2014-08-13
1
-6
/
+6
*
|
|
|
|
Merge pull request #2259 from badboy/fix-2258
Salvatore Sanfilippo
2017-07-24
1
-2
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Check that the whole first argument is a number
Jan-Erik Rediger
2015-01-07
1
-2
/
+3
*
|
|
|
|
|
Merge pull request #4124 from lamby/proceding-proceeding-typo
Salvatore Sanfilippo
2017-07-24
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Correct proceding -> proceeding typo.
Chris Lamb
2017-07-14
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #4125 from trevor211/fixAutoAofRewirteMinSize
Salvatore Sanfilippo
2017-07-24
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fix rewrite config: auto-aof-rewrite-min-size
WuYunlong
2017-07-15
1
-2
/
+2
*
|
|
|
|
|
|
|
Merge pull request #1998 from grobe0ba/unstable
Salvatore Sanfilippo
2017-07-24
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Fixed issue #1996 (Missing '-' in help message for redis-benchmark)
Byron Grobe
2014-09-11
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge pull request #4128 from leonchen83/unstable
Salvatore Sanfilippo
2017-07-24
1
-3
/
+5
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
fix return wrong value of clusterDelNodeSlots
Leon Chen
2017-07-20
1
-2
/
+4
|
*
|
|
|
|
|
|
|
|
fix mismatch argument
Leon Chen
2017-07-18
1
-1
/
+1
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge pull request #4154 from liangsijian/unstable
Salvatore Sanfilippo
2017-07-24
1
-0
/
+1
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Fix lua ldb command log
liangsijian
2017-07-24
1
-0
/
+1
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Modules: don't crash when Lua calls a module blocking command.
antirez
2017-07-23
1
-2
/
+12
*
|
|
|
|
|
|
|
|
Fix typo in unblockClientFromModule() top comment.
antirez
2017-07-23
1
-1
/
+1
[next]