.. |
adlist.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
adlist.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae_epoll.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae_kqueue.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae_select.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
anet.c
|
sockaddr_un.sun_path appears to never hold anything after accept()
|
2010-10-13 18:50:07 +02:00 |
anet.h
|
sockaddr_un.sun_path appears to never hold anything after accept()
|
2010-10-13 18:50:07 +02:00 |
aof.c
|
non blocking loading of the DB / AOF with informations and ETA in INFO output
|
2010-11-08 11:52:03 +01:00 |
config.c
|
removed dup syslog-ident conditional
|
2010-12-09 11:26:33 -05:00 |
config.h
|
Exclusively use either tcmalloc or OSX's native malloc_size()
|
2010-10-23 10:18:48 +02:00 |
db.c
|
command lookup process turned into a much more flexible and probably faster hash table
|
2010-11-03 11:23:59 +01:00 |
debug.c
|
cow friendly HGETALL and variants
|
2010-12-14 12:10:51 +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 |
fmacros.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
help.h
|
Refactor help-related code into redis-cli.c
|
2010-11-28 21:37:19 +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
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
lzf_d.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
lzf.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
lzfP.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
Makefile
|
Minor changes to Makefile
|
2010-12-15 12:48:12 +01:00 |
mkreleasehdr.sh
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
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
|
bulk transfers limited to 512 MB as this is the new limit of all the redis strings
|
2010-12-15 16:07:49 +01:00 |
object.c
|
Stop using the freelist robj* cache
|
2010-11-04 10:09:30 +01:00 |
pqsort.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
pqsort.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
pubsub.c
|
Skip object encoding where it doesn't make sense
|
2010-10-17 18:13:31 +02:00 |
rdb.c
|
Stop using /dev/null to find out the serialized object length
|
2010-11-21 16:31:27 +01:00 |
redis-benchmark.c
|
Make the MSET benchmark *really* work with 10 keys
|
2010-12-22 18:39:52 +01:00 |
redis-check-aof.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
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
|
Merge remote branch 'jonahharris/syslog'
|
2010-12-14 17:53:28 +01:00 |
redis.h
|
special encoding limits redefined, and all the config options for special encodings added in the example redis.conf file
|
2010-12-14 18:23:52 +01:00 |
release.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
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
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
sha1.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
solarisfixes.h
|
Fix for solaris compilation bug Issue 325
|
2010-09-06 10:12:44 +02:00 |
sort.c
|
HGET HMGET are now COW friendly, plus API refactoring and changes needed for the new implementation.
|
2010-12-10 15:17:55 +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
|
initialized a few vars just to avoid warnings, not a real problem.
|
2010-12-14 16:39:33 +01:00 |
t_list.c
|
Merge remote branch 'pietern/brpoplpush'
|
2010-12-14 16:26:37 +01:00 |
t_set.c
|
SINTER/MEMBERS are now COW friendly, also some refactoring around was needed to get this result.
|
2010-12-09 23:01:09 +01:00 |
t_string.c
|
Use helper function for string object length
|
2010-12-15 11:49:04 +01:00 |
t_zset.c
|
merge conflict resolved
|
2010-10-28 22:59:47 +02:00 |
testhelp.h
|
minimal C test framework + a first example sds.c tests
|
2010-09-23 16:05:17 +02:00 |
util.c
|
test for intset integer encodability test and some small refactoring
|
2010-08-26 18:47:03 +02:00 |
valgrind.sup
|
valgrind suppression file added
|
2010-12-10 15:36:04 +01:00 |
version.h
|
version bumped to 2.1.8
|
2010-12-15 15:22:04 +01:00 |
vm.c
|
Stop using /dev/null to find out the serialized object length
|
2010-11-21 16:31:27 +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
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
zipmap.c
|
removed a number of stupid compilation warnings on Linux
|
2010-11-02 11:15:09 +01:00 |
zipmap.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
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 |