redict/src
2010-11-04 10:09:30 +01:00
..
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 Merge remote branch 'pietern/unixsocket' 2010-11-02 23:47:52 +01:00
config.c added support for command renaming/suppression in redis.conf 2010-11-03 12:14:36 +01: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 removed useless spaces from DEBUG OBJECT output 2010-10-27 17:11:17 +02: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
intset.c Fix type that was not renamed and compiler warning 2010-08-26 12:13:51 +02:00
intset.h merged intset code into the split files 2010-07-02 19:57:12 +02: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 Import linenoise as dependency for redis-cli 2010-11-03 17:15:23 +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 Merge remote branch 'pietern/unixsocket' 2010-11-02 23:47:52 +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 Revert "Now maxmemory, VM, and everything else uses the fast RSS memory used estimation instead of raw memory reported by zmalloc(). This means that setting maxmemory to 2GB will really have the effect of using up to 2GB of memory." 2010-11-02 12:09:59 +01:00
redis-benchmark.c Merge remote branch 'pietern/unixsocket' 2010-11-02 23:47: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 Put duration in parenthesis 2010-11-03 17:07:10 +01:00
redis.c Stop using the freelist robj* cache 2010-11-04 10:09:30 +01:00
redis.h Stop using the freelist robj* cache 2010-11-04 10:09:30 +01:00
release.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
replication.c synchronous I/O networking functions originally used just for replication refactored in a file as generally useful, they are used in the cluster branch for MIGRATE. 2010-10-24 16:22:52 +02:00
sds.c more tests for sds.c 2010-09-23 16:39:02 +02:00
sds.h Add sds function that can be called with va_list 2010-09-02 21:00:15 +02: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 Use existing reply functions where possible 2010-09-02 19:52:04 +02:00
syncio.c more generally usable i/o functions moved to syncio.c 2010-10-25 10:53:28 +02:00
t_hash.c Return error to client on wrong type for HMGET 2010-10-26 12:33:17 +02:00
t_list.c Convert objects in the command procs instead of the protocol code 2010-10-17 17:21:41 +02:00
t_set.c Convert objects in the command procs instead of the protocol code 2010-10-17 17:21:41 +02:00
t_string.c Convert objects in the command procs instead of the protocol code 2010-10-17 17:21:41 +02: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
version.h version bumped to 2.1.5 2010-10-21 17:55:44 +02:00
vm.c Stop using the freelist robj* cache 2010-11-04 10:09:30 +01:00
ziplist.c removed a number of stupid compilation warnings on Linux 2010-11-02 11:15:09 +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