.. |
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
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
anet.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
aof.c
|
Fixed a crash loading the AOF file containing MULTI/EXEC, a result of WATCH implementation. Test needed...
|
2010-07-05 20:06:54 +02:00 |
config.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
config.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
db.c
|
WATCH is now affected only when write commands actually modify the key content
|
2010-07-12 12:01:15 +02:00 |
debug.c
|
Compilation fixed on Linux after the source code split
|
2010-07-01 21:13:38 +02:00 |
dict.c
|
hash table example commented out in dict.c
|
2010-07-27 10:00:38 +02:00 |
dict.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
fmacros.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
linenoise.c
|
fmacro included in linenoise.c
|
2010-07-09 10:51:41 +02:00 |
linenoise.h
|
redis-cli history saved across sessions
|
2010-07-07 18:44:53 +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
|
make install target, finally ;)
|
2010-07-06 19:07:16 +02:00 |
mkreleasehdr.sh
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
multi.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
networking.c
|
vm_blocked_clients count fixed in INFO, thanks to Pietern Noordhuis
|
2010-07-21 13:16:26 +02:00 |
object.c
|
Change getDoubleFromObject to fail on NaN.
|
2010-07-29 23:05:01 +02: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
|
minor aesthetic change
|
2010-07-01 15:14:25 +02:00 |
rdb.c
|
Compilation fixed on Linux after the source code split
|
2010-07-01 21:13:38 +02:00 |
redis-benchmark.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02: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
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
redis-cli.c
|
redis-cli history saved across sessions
|
2010-07-07 18:44:53 +02:00 |
redis.c
|
STRLEN command implemented
|
2010-07-27 10:09:26 +02:00 |
redis.h
|
malloc definition with deprecated attribute was duplicated, one removed
|
2010-07-27 14:30:02 +02:00 |
release.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
replication.c
|
Fixed MONITOR output for consistency: now integer encoded values are also formatted like this: "3932"
|
2010-07-01 20:22:46 +02:00 |
sds.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
sds.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +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
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
sort.c
|
WATCH is now affected only when write commands actually modify the key content
|
2010-07-12 12:01:15 +02:00 |
t_hash.c
|
WATCH is now affected only when write commands actually modify the key content
|
2010-07-12 12:01:15 +02:00 |
t_list.c
|
WATCH is now affected only when write commands actually modify the key content
|
2010-07-12 12:01:15 +02:00 |
t_set.c
|
WATCH is now affected only when write commands actually modify the key content
|
2010-07-12 12:01:15 +02:00 |
t_string.c
|
STRLEN command implemented
|
2010-07-27 10:09:26 +02:00 |
t_zset.c
|
Change getDoubleFromObject to fail on NaN.
|
2010-07-29 23:05:01 +02:00 |
util.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
version.h
|
Version is now 2.1.2
|
2010-07-01 14:47:26 +02:00 |
vm.c
|
Add zcalloc and use it where appropriate
|
2010-07-25 00:11:20 +02:00 |
ziplist.c
|
fixed a ziplist bug about encoding of integer values overflowing 64 bit
|
2010-07-27 15:26:08 +02:00 |
ziplist.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
zipmap.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
zipmap.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
zmalloc.c
|
Add zcalloc and use it where appropriate
|
2010-07-25 00:11:20 +02:00 |
zmalloc.h
|
Add zcalloc and use it where appropriate
|
2010-07-25 00:11:20 +02:00 |