]> git.saurik.com Git - redis.git/commit - src/ae.h
A problem with replication with multiple slaves connectiong to a single master fixed...
authorantirez <antirez@gmail.com>
Fri, 19 Feb 2010 10:23:57 +0000 (11:23 +0100)
committerantirez <antirez@gmail.com>
Fri, 19 Feb 2010 10:23:57 +0000 (11:23 +0100)
commit12d090d2d0a9ff8d2c082b97cf405a30c7126752
treedaa3ed06714d8237815abe07e20bf4efa9157ef6
parentce8330208aacd63743ce706be020b5a7838f0a29
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
20 files changed:
adlist.c
adlist.h
ae.c
ae.h
ae_epoll.c
ae_select.c
anet.c
anet.h
dict.c
dict.h
pqsort.c
pqsort.h
redis-benchmark.c
redis-cli.c
redis.c
redis.h
sds.c
sds.h
zmalloc.c
zmalloc.h