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
...
*
Cluster: implement redis-trib fix for uncovered slots.
antirez
2016-01-25
1
-9
/
+32
*
Cluster: CLUSTER BUMPEPOCH introduced to help redis-trib fix.
antirez
2016-01-25
1
-0
/
+7
*
Cluster: don't allow CLUSTER SETSLOT with slaves.
antirez
2016-01-25
1
-0
/
+5
*
Cluster: check packets length before accessing far fields.
antirez
2016-01-19
1
-5
/
+10
*
Scripting: handle trailing comments.
antirez
2016-01-08
2
-1
/
+5
*
Allow MIGRATE to always be called on local keys for open slots.
antirez
2016-01-08
1
-6
/
+7
*
Fix typos & grammar in clusterBumpConfigEpochWithoutConsensus() comment.
antirez
2016-01-08
1
-4
/
+4
*
Cluster: don't send -ASK to MIGRATE.
antirez
2016-01-06
1
-3
/
+5
*
Cluster test: do leaks detection with OSX leaks utility.
antirez
2016-01-02
1
-0
/
+32
*
redis-trib: Remove duplicated key in hash initialization.
antirez
2016-01-02
1
-1
/
+1
*
Suppress harmless warnings.
3.0.6
antirez
2015-12-18
1
-1
/
+1
*
Changelog typo fixed.
antirez
2015-12-18
1
-1
/
+1
*
Redis 3.0.6
antirez
2015-12-18
2
-1
/
+33
*
Cluster: rebalance now supports --threshold option.
antirez
2015-12-18
1
-2
/
+24
*
Cluster: redis-trib reshard / rebalance --pipeline support.
antirez
2015-12-18
1
-5
/
+21
*
Cluster: verify slaves consistency after resharding.
antirez
2015-12-18
1
-0
/
+23
*
Fix CMD_DENYOOM macro name after backporting.
antirez
2015-12-18
1
-1
/
+1
*
Cluster: allows abbreviated node IDs with rebalance --weight option.
antirez
2015-12-18
1
-3
/
+19
*
Cluster: rebalancing option --simulate, and a fix.
antirez
2015-12-18
1
-8
/
+12
*
Cluster: redis-trib rebalance initial implementation.
antirez
2015-12-18
1
-17
/
+154
*
Initial implementation of redis-trib info subcommand.
antirez
2015-12-18
1
-0
/
+22
*
fix sprintf and snprintf format string
antirez
2015-12-18
2
-3
/
+3
*
Cluster: resharding test now checks AOF consistency.
antirez
2015-12-17
1
-0
/
+42
*
Fix a race that may lead to the active (slave) client to be freed.
antirez
2015-12-17
1
-1
/
+7
*
Log address causing SIGSEGV.
antirez
2015-12-15
1
-0
/
+4
*
lua_struct.c/getnum: throw error if overflow happen
Sun He
2015-12-14
1
-4
/
+6
*
Fix 3.0 merge issues with new MIGRATE.
antirez
2015-12-13
3
-1
/
+12
*
Cluster: redis-trib: use variadic MIGRATE.
antirez
2015-12-13
1
-15
/
+13
*
MIGRATE: Fix key extraction for new form.
antirez
2015-12-13
3
-1
/
+29
*
MIGRATE: test more corner cases.
antirez
2015-12-13
1
-0
/
+37
*
MIGRATE: Fix new argument rewriting refcount handling.
antirez
2015-12-13
1
-3
/
+2
*
MIGRATE: fix replies processing and argument rewriting.
antirez
2015-12-13
2
-15
/
+40
*
Test: pipelined MIGRATE tests added.
antirez
2015-12-13
1
-0
/
+54
*
Pipelined multiple keys MIGRATE.
antirez
2015-12-13
2
-63
/
+115
*
Cluster: redis-trib migrate default timeout set to 60 sec.
antirez
2015-12-11
1
-1
/
+1
*
Merge pull request #2918 from danmaz74/3.0
Salvatore Sanfilippo
2015-12-11
1
-4
/
+10
|
\
|
*
redis-trib.rb: --timeout XXXXX option added to fix and reshard commands. Defa...
daniele
2015-12-06
1
-4
/
+10
*
|
Cluster: replica migration with delay.
antirez
2015-12-11
2
-17
/
+39
*
|
Cluster: more reliable migration tests.
antirez
2015-12-10
1
-43
/
+24
*
|
Fix merge of cluster migrate-to flag.
antirez
2015-12-10
1
-3
/
+3
*
|
Cluster: more reliable replicas migration test.
antirez
2015-12-10
1
-0
/
+75
*
|
Remove debugging message left there for error.
antirez
2015-12-10
1
-1
/
+0
*
|
Fix replicas migration by adding a new flag.
antirez
2015-12-10
2
-13
/
+24
|
/
*
Fix renamed define after merge.
antirez
2015-11-27
1
-1
/
+1
*
Handle wait3() errors.
antirez
2015-11-27
1
-1
/
+7
*
Redis Cluster: hint about validity factor when slave can't failover.
antirez
2015-11-27
1
-2
/
+4
*
Remove "s" flag for MIGRATE in command table.
antirez
2015-11-17
1
-1
/
+1
*
Update redis-cli help and the script to generate it.
antirez
2015-11-17
2
-9
/
+183
*
Fix MIGRATE entry in command table.
antirez
2015-11-17
1
-1
/
+1
*
Fix error reply in subscribed Pub/Sub mode.
antirez
2015-11-09
1
-1
/
+1
[prev]
[next]