.. |
adlist.c
|
|
|
adlist.h
|
|
|
ae_epoll.c
|
|
|
ae_kqueue.c
|
|
|
ae_select.c
|
|
|
ae.c
|
|
|
ae.h
|
|
|
anet.c
|
|
|
anet.h
|
|
|
aof.c
|
a lot of code reworked/removed to implement object caching
|
2010-12-28 18:06:40 +01:00 |
config.c
|
a lot of code reworked/removed to implement object caching
|
2010-12-28 18:06:40 +01:00 |
config.h
|
Exclusively use either tcmalloc or OSX's native malloc_size()
|
2010-10-23 10:18:48 +02:00 |
db.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
debug.c
|
more step forwards for disk store to be able to run
|
2010-12-29 16:58:57 +01:00 |
dict.c
|
command lookup process turned into a much more flexible and probably faster hash table
|
2010-11-03 11:23:59 +01:00 |
dict.h
|
command lookup process turned into a much more flexible and probably faster hash table
|
2010-11-03 11:23:59 +01:00 |
diskstore.c
|
diskstore directory structure creation
|
2010-12-29 23:00:00 +01:00 |
dscache.c
|
diskstore directory structure creation
|
2010-12-29 23:00:00 +01:00 |
fmacros.h
|
|
|
help.h
|
help.h updated
|
2010-12-19 15:19:08 +01:00 |
intset.c
|
COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set encoding-agnostic API.
|
2010-12-09 10:21:02 +01:00 |
intset.h
|
COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set encoding-agnostic API.
|
2010-12-09 10:21:02 +01:00 |
lzf_c.c
|
|
|
lzf_d.c
|
|
|
lzf.h
|
|
|
lzfP.h
|
|
|
Makefile
|
added diskstore.c in Makefile and prototypes in redis.h
|
2010-12-28 14:42:09 +01:00 |
mkreleasehdr.sh
|
|
|
multi.c
|
command lookup process turned into a much more flexible and probably faster hash table
|
2010-11-03 11:23:59 +01:00 |
networking.c
|
a lot of code reworked/removed to implement object caching
|
2010-12-28 18:06:40 +01:00 |
object.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
pqsort.c
|
|
|
pqsort.h
|
|
|
pubsub.c
|
Skip object encoding where it doesn't make sense
|
2010-10-17 18:13:31 +02:00 |
rdb.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
redis-benchmark.c
|
Use multi-bulk protocol in SET benchmark
|
2010-11-05 10:22:52 +01:00 |
redis-check-aof.c
|
|
|
redis-check-dump.c
|
removed a number of stupid compilation warnings on Linux
|
2010-11-02 11:15:09 +01:00 |
redis-cli.c
|
Specify multi-bulk delimiter via options
|
2010-12-15 16:02:07 +01:00 |
redis.c
|
diskstore directory structure creation
|
2010-12-29 23:00:00 +01:00 |
redis.h
|
cron part of disk store object cache implemented. Objects are pushed as IO jobs if needed, so that the IO thread will process them.
|
2010-12-29 22:18:20 +01:00 |
release.c
|
|
|
replication.c
|
Zero-pad timestamps in MONITOR output
|
2010-12-14 17:39:34 +01:00 |
sds.c
|
Change function name to match what it does
|
2010-12-10 12:16:16 +01:00 |
sds.h
|
Change function name to match what it does
|
2010-12-10 12:16:16 +01:00 |
sha1.c
|
|
|
sha1.h
|
|
|
solarisfixes.h
|
|
|
sort.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
syncio.c
|
more generally usable i/o functions moved to syncio.c
|
2010-10-25 10:53:28 +02:00 |
t_hash.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
t_list.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
t_set.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
t_string.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
t_zset.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
testhelp.h
|
|
|
util.c
|
|
|
valgrind.sup
|
valgrind suppression file added
|
2010-12-10 15:36:04 +01:00 |
version.h
|
version set to 2.3.0
|
2010-12-29 17:02:43 +01:00 |
ziplist.c
|
LRANGE converted into a COW friendly command. Some refactoring, comment, and new addReply*() family function added in the process.
|
2010-12-07 16:33:13 +01:00 |
ziplist.h
|
|
|
zipmap.c
|
removed a number of stupid compilation warnings on Linux
|
2010-11-02 11:15:09 +01:00 |
zipmap.h
|
|
|
zmalloc.c
|
zmalloc functions to get RSS and fragmentation refactored into two separated functions
|
2010-11-02 10:51:09 +01:00 |
zmalloc.h
|
zmalloc functions to get RSS and fragmentation refactored into two separated functions
|
2010-11-02 10:51:09 +01:00 |