| .. |
|
.gitignore
|
…
|
|
|
Makefile
|
use `install` as default installer (except on SunOS)
|
2013-03-21 13:32:08 +11:00 |
|
Makefile.dep
|
…
|
|
|
adlist.c
|
…
|
|
|
adlist.h
|
…
|
|
|
ae.c
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
|
ae.h
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
|
ae_epoll.c
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
|
ae_evport.c
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
|
ae_kqueue.c
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
|
ae_select.c
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
|
anet.c
|
anet.c: save some vertical space.
|
2013-07-10 14:37:13 +02:00 |
|
anet.h
|
Add IPv6 support to sentinel.c.
|
2013-07-08 16:08:36 +02:00 |
|
aof.c
|
Binding multiple IPs done properly with multiple sockets.
|
2013-07-05 11:47:20 +02:00 |
|
asciilogo.h
|
…
|
|
|
bio.c
|
…
|
|
|
bio.h
|
…
|
|
|
bitops.c
|
function renamed: popcount_binary -> redisPopcount.
|
2013-06-26 15:19:06 +02:00 |
|
cluster.c
|
All IP string repr buffers are now REDIS_IP_STR_LEN bytes.
|
2013-07-09 11:32:52 +02:00 |
|
config.c
|
Ability to bind multiple addresses.
|
2013-07-04 18:50:15 +02:00 |
|
config.h
|
…
|
|
|
crc16.c
|
…
|
|
|
crc64.c
|
…
|
|
|
crc64.h
|
…
|
|
|
db.c
|
Allow SHUTDOWN in loading state.
|
2013-06-27 12:18:29 +02:00 |
|
debug.c
|
Merge pull request #1111 from yamt/netbsd3
|
2013-06-26 06:17:02 -07:00 |
|
dict.c
|
…
|
|
|
dict.h
|
…
|
|
|
endianconv.c
|
…
|
|
|
endianconv.h
|
…
|
|
|
fmacros.h
|
don't define _XOPEN_SOURCE for NetBSD
|
2013-05-17 17:19:02 +09:00 |
|
help.h
|
redis-cli: help.h updated.
|
2013-05-14 11:23:16 +02:00 |
|
intset.c
|
…
|
|
|
intset.h
|
…
|
|
|
lzf.h
|
…
|
|
|
lzfP.h
|
…
|
|
|
lzf_c.c
|
…
|
|
|
lzf_d.c
|
…
|
|
|
memtest.c
|
…
|
|
|
mkreleasehdr.sh
|
…
|
|
|
multi.c
|
Transactions: propagate MULTI/EXEC only when needed.
|
2013-03-26 10:58:10 +01:00 |
|
networking.c
|
getClientPeerId() refactored into two functions.
|
2013-07-09 15:46:34 +02:00 |
|
notify.c
|
…
|
|
|
object.c
|
…
|
|
|
pqsort.c
|
pqsort.c: remove the "switch to insertion sort" optimization.
|
2013-07-02 17:47:32 +02:00 |
|
pqsort.h
|
…
|
|
|
pubsub.c
|
New API to force propagation.
|
2013-06-21 12:07:53 +02:00 |
|
rand.c
|
…
|
|
|
rand.h
|
…
|
|
|
rdb.c
|
Binding multiple IPs done properly with multiple sockets.
|
2013-07-05 11:47:20 +02:00 |
|
rdb.h
|
…
|
|
|
redis-benchmark.c
|
…
|
|
|
redis-check-aof.c
|
…
|
|
|
redis-check-dump.c
|
…
|
|
|
redis-cli.c
|
redis-cli: introduced --pipe-timeout.
|
2013-07-03 12:22:03 +02:00 |
|
redis-trib.rb
|
redis-trib: ClusterNode #info_string output modified.
|
2013-03-26 18:16:03 +01:00 |
|
redis.c
|
All IP string repr buffers are now REDIS_IP_STR_LEN bytes.
|
2013-07-09 11:32:52 +02:00 |
|
redis.h
|
getClientPeerId() refactored into two functions.
|
2013-07-09 15:46:34 +02:00 |
|
release.c
|
…
|
|
|
replication.c
|
Use getClientPeerId() for MONITOR implementation.
|
2013-07-09 16:21:21 +02:00 |
|
rio.c
|
rio.c: added ability to fdatasync() from time to time while writing.
|
2013-04-24 10:26:30 +02:00 |
|
rio.h
|
rio.c: added ability to fdatasync() from time to time while writing.
|
2013-04-24 10:26:30 +02:00 |
|
scripting.c
|
Flush the replication script cache after SCRIPT FLUSH.
|
2013-06-25 15:36:48 +02:00 |
|
sds.c
|
sds.c: new function sdsjoin() to join strings.
|
2013-07-04 18:30:59 +02:00 |
|
sds.h
|
sds.c: new function sdsjoin() to join strings.
|
2013-07-04 18:30:59 +02:00 |
|
sentinel.c
|
Sentinel: embed IPv6 address into [] when naming slave/sentinel instance.
|
2013-07-11 16:38:40 +02:00 |
|
setproctitle.c
|
…
|
|
|
sha1.c
|
…
|
|
|
sha1.h
|
…
|
|
|
slowlog.c
|
…
|
|
|
slowlog.h
|
…
|
|
|
solarisfixes.h
|
…
|
|
|
sort.c
|
…
|
|
|
syncio.c
|
…
|
|
|
t_hash.c
|
…
|
|
|
t_list.c
|
…
|
|
|
t_set.c
|
…
|
|
|
t_string.c
|
Support for case unsensitive SET options.
|
2013-03-29 10:33:52 +01:00 |
|
t_zset.c
|
…
|
|
|
testhelp.h
|
…
|
|
|
util.c
|
pathIsBaseName() added to utils.c
|
2013-07-02 12:08:07 +02:00 |
|
util.h
|
pathIsBaseName() added to utils.c
|
2013-07-02 12:08:07 +02:00 |
|
valgrind.sup
|
…
|
|
|
version.h
|
Version bumped to 2.9.11
|
2013-05-27 11:44:04 +02:00 |
|
ziplist.c
|
Merge pull request #776 from charsyam/ziplist-bug
|
2013-07-02 03:18:18 -07:00 |
|
ziplist.h
|
…
|
|
|
zipmap.c
|
…
|
|
|
zipmap.h
|
…
|
|
|
zmalloc.c
|
…
|
|
|
zmalloc.h
|
…
|
|