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
/
cluster.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed another possible bug in cluster.c found by clang --analyze.
antirez
2012-01-25
1
-1
/
+1
*
Fixed a non critical bug signaled by clang static analyzer thanks to Mukund S...
antirez
2012-01-25
1
-1
/
+1
*
dict.c API names modified to be more coincise and consistent.
antirez
2011-11-08
1
-7
/
+7
*
Fixed a few warnings compiling on Linux.
antirez
2011-10-23
1
-1
/
+1
*
use signalModifiedKey to set the key as dirty in the context of WATCH for bot...
antirez
2011-10-20
1
-0
/
+2
*
First implementation of the ASKING command. Semantics still to verify.
antirez
2011-10-17
1
-2
/
+18
*
MIGRATE +NOKEY error was missing the final CRLF causing a protocol error.
antirez
2011-10-17
1
-1
/
+1
*
Fixed a typo causing segfault on MIGRATE
antirez
2011-10-17
1
-1
/
+1
*
small comment added
antirez
2011-10-13
1
-1
/
+4
*
Redis Cluster: process node to node CLUSTERMSG_TYPE_PUBLISH messages and send...
antirez
2011-10-07
1
-0
/
+27
*
propagate PUBLISH messages using the redis cluster nodes bus. Still need to p...
antirez
2011-10-07
1
-12
/
+67
*
A node can populate a slot if a message from a trusted slot is received claim...
antirez
2011-10-05
1
-1
/
+1
*
just minor aesthetic changes to cluster.c
antirez
2011-10-05
1
-2
/
+3
*
replaced redisAssert() with redisAssertWithInfo() in a shitload of places.
antirez
2011-10-04
1
-15
/
+15
*
Rewrite MIGRATE as DEL for AOF/replication. Also increment the dirty counter ...
antirez
2011-10-03
1
-0
/
+8
*
increment server.dirty in restore command to make sure it is replicated and i...
antirez
2011-10-03
1
-0
/
+1
*
when processing gossip packets make sure to also update the node bitmap when ...
antirez
2011-10-01
1
-1
/
+1
*
Fixed two bugs in the CLUSTER SETSLOT ... NODE subcommand
antirez
2011-09-30
1
-2
/
+2
*
Clear the importing status from the slot if a CLUSTER SETSLOT command permane...
antirez
2011-09-30
1
-0
/
+5
*
added comment about SETSLOT NODE form.
antirez
2011-09-29
1
-2
/
+3
*
show node with myself flag always as connected in CLUSTER NODES output.
antirez
2011-09-28
1
-1
/
+2
*
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure poin...
antirez
2011-09-22
1
-4
/
+4
*
merge conflicts resolved
antirez
2011-09-22
1
-158
/
+48
|
\
|
*
Make RDB types/opcodes explicit; load/save object type
Pieter Noordhuis
2011-05-13
1
-48
/
+14
|
*
Abstract file/buffer I/O to support in-memory serialization
Pieter Noordhuis
2011-05-13
1
-136
/
+60
*
|
DB API refactoring. The changes were designed together with Pieter Noordhuis.
antirez
2011-06-20
1
-1
/
+1
|
/
*
clear importing/exporing state when appropriate on SETSLOT or ADDSLOTS cluste...
antirez
2011-05-06
1
-3
/
+16
*
CLUSTER SETSLOT command and some refactoring of the cluster command
antirez
2011-05-06
1
-17
/
+44
*
CLUSTER DELSLOTS
antirez
2011-05-06
1
-4
/
+24
*
Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if...
antirez
2011-05-05
1
-4
/
+9
*
CLUSTER SETSLOT STABLE fixed
antirez
2011-05-05
1
-0
/
+1
*
missing return caused protocol desync in CLUSTER SETSLOT
antirez
2011-05-05
1
-0
/
+1
*
Fixed problem in cluster redirection due to a stupid typo
antirez
2011-05-05
1
-1
/
+1
*
cluster import/export of hash slots implemented in the query redirection engine
antirez
2011-05-05
1
-19
/
+54
*
if /dev/urandom is not available use rand() to get a random node name
antirez
2011-05-04
1
-5
/
+3
*
CLUSTER SETSLOT implemented
antirez
2011-05-04
1
-3
/
+27
*
render migrating and importing slots in cluster nodes info
antirez
2011-05-02
1
-0
/
+16
*
CLUSTER subcommands to set slots in migrating or importing state. Still a wor...
antirez
2011-04-29
1
-2
/
+39
*
CLUSTER GETKEYSINSLOT implemented
antirez
2011-04-29
1
-0
/
+21
*
CLUSTER KEYSLOT command
antirez
2011-04-29
1
-0
/
+4
*
take a hashslot -> keys index, will be used for cluster rehasing
antirez
2011-04-28
1
-0
/
+1
*
no longer useful debugging printf removed
antirez
2011-04-13
1
-1
/
+0
*
Merge branch 'unstable' of github.com:antirez/redis into unstable
antirez
2011-04-12
1
-1
/
+3
|
\
|
*
added known nodes info in CLUSTER INFO
Salvatore Sanfilippo
2011-04-11
1
-1
/
+3
*
|
update state when FAIL is cleared from a node
antirez
2011-04-08
1
-0
/
+1
|
/
*
do not process node failure messages about yourself
antirez
2011-04-08
1
-1
/
+2
*
fixed lame error in slot assignment
antirez
2011-04-07
1
-1
/
+1
*
evaluate cluster state after config load. Still bugs in the slot allocation a...
antirez
2011-04-07
1
-0
/
+1
*
master node without slaves rejoin fixed
antirez
2011-04-07
1
-3
/
+3
*
when loading config set the ping/pong timestaps to the current value. Even a ...
antirez
2011-04-07
1
-4
/
+19
[next]