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
*
Improve slowlog help
Itamar Haber
2017-12-03
1
-1
/
+2
*
Helps CLIENT
Itamar Haber
2017-12-03
1
-3
/
+19
*
Check arity in SLOWLOG before accessing arg
Itamar Haber
2017-11-30
1
-1
/
+1
*
Standardizes the 'help' subcommand
Itamar Haber
2017-11-28
8
-69
/
+112
*
Merge pull request #4472 from itamarhaber/object_patch
Salvatore Sanfilippo
2017-11-27
1
-5
/
+20
|
\
|
*
Adds `OBJECT help`
Itamar Haber
2017-11-24
1
-3
/
+18
|
*
Prevents `OBJECT freq` with `noeviction`
Itamar Haber
2017-11-24
1
-2
/
+2
*
|
Adds -u <uri> option to redis-cli.
Itamar Haber
2017-11-27
1
-0
/
+89
*
|
Merge pull request #4452 from soloestoy/expire-latency
Salvatore Sanfilippo
2017-11-24
1
-8
/
+11
|
\
\
|
*
|
expire & latency: fix the missing latency records generated by expire
zhaozhao.zz
2017-11-21
1
-8
/
+11
*
|
|
Modules: fix memory leak in RM_IsModuleNameBusy().
antirez
2017-11-24
1
-7
/
+3
*
|
|
PSYNC2: reorganize comments related to recent fixes.
antirez
2017-11-24
2
-26
/
+24
*
|
|
Merge pull request #4412 from soloestoy/bugfix-psync2
Salvatore Sanfilippo
2017-11-24
3
-12
/
+50
|
\
\
\
|
*
|
|
PSYNC2: persist cached_master's dbid inside the RDB
zhaozhao.zz
2017-11-22
1
-2
/
+16
|
*
|
|
PSYNC2: make repl_stream_db never be -1
zhaozhao.zz
2017-11-22
1
-9
/
+6
|
*
|
|
PSYNC2: clarify the scenario when repl_stream_db can be -1
zhaozhao.zz
2017-11-02
2
-9
/
+21
|
*
|
|
PSYNC2 & RDB: fix the missing rdbSaveInfo for BGSAVE
zhaozhao.zz
2017-11-01
1
-1
/
+4
|
*
|
|
PSYNC2: safe free backlog when reach the time limit
zhaozhao.zz
2017-11-01
1
-0
/
+12
|
|
/
/
*
|
|
Merge pull request #4344 from soloestoy/fix-module-name-conflict
Salvatore Sanfilippo
2017-11-24
2
-23
/
+47
|
\
\
\
|
*
|
|
Modules: handle the busy module name
zhaozhao.zz
2017-09-28
2
-2
/
+19
|
*
|
|
Modules: handle the conflict of registering commands
zhaozhao.zz
2017-09-28
1
-21
/
+28
*
|
|
|
fix string to double conversion, stopped parsing on \0 even if the string has...
Oran Agra
2017-11-23
1
-2
/
+2
*
|
|
|
Modules: fix for scripting replication of modules commands.
antirez
2017-11-23
2
-7
/
+9
*
|
|
|
Nested MULTI/EXEC may replicate in different cases.
Yossi Gottlieb
2017-11-22
2
-0
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
rehash: handle one db until finished
zhaozhao.zz
2017-11-21
1
-2
/
+5
*
|
|
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
*
|
|
|
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
*
|
|
|
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
*
|
|
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
*
|
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
|
/
/
/
/
*
|
|
|
Flush append only buffers before existing.
Oran Agra
2017-09-17
1
-1
/
+2
*
|
|
|
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
|
\
\
\
\
[next]