redict/src
antirez 261da523e8 PFDEBUG added, PFGETREG removed.
PFDEBUG will be the interface to do debugging tasks with a key
containing an HLL object.
2014-04-13 23:01:21 +02:00
..
.gitignore
adlist.c
adlist.h
ae_epoll.c Fixed grammar: before H the article is a, not an. 2013-12-05 16:35:32 +01:00
ae_evport.c
ae_kqueue.c
ae_select.c
ae.c
ae.h
anet.c Bind source address for cluster communication 2014-03-04 17:36:45 -05:00
anet.h Bind source address for cluster communication 2014-03-04 17:36:45 -05:00
aof.c Fix data loss when save AOF/RDB with no free space 2014-03-24 13:54:14 -04:00
asciilogo.h
bio.c
bio.h
bitops.c String value unsharing refactored into proper function. 2014-03-30 18:32:17 +02:00
blocked.c WAIT command: synchronous replication for Redis. 2013-12-04 16:20:03 +01:00
cluster.c Add casting to match printf format. 2014-04-07 08:58:06 +02:00
cluster.h Cluster: last_vote_epoch -> lastVoteEpoch. 2014-03-27 15:01:24 +01:00
config.c Fix maxclients error handling 2014-03-24 10:17:33 -04:00
config.h
crc16.c
crc64.c
crc64.h
db.c String value unsharing refactored into proper function. 2014-03-30 18:32:17 +02:00
debug.c Specify LRU resolution in milliseconds. 2014-03-20 11:33:25 +01:00
dict.c Added dictGetRandomKeys() to dict.c: mass get random entries. 2014-03-20 15:50:46 +01:00
dict.h Added dictGetRandomKeys() to dict.c: mass get random entries. 2014-03-20 15:50:46 +01:00
endianconv.c
endianconv.h htonu64() and ntohu64 added to endianconv.h. 2013-09-25 09:26:36 +02:00
fmacros.h
help.h
hyperloglog.c PFDEBUG added, PFGETREG removed. 2014-04-13 23:01:21 +02:00
intset.c
intset.h
lzf_c.c
lzf_d.c
lzf.h
lzfP.h
Makefile HLLSELFTEST command implemented. 2014-03-28 12:11:55 +01:00
Makefile.dep Makefile.dep updated with hyperloglog.o deps. 2014-03-31 19:51:34 +02:00
memtest.c
mkreleasehdr.sh
multi.c
networking.c Fix return value check for anetTcpAccept 2014-03-06 17:55:31 +01:00
notify.c Fix keyspace events flags-to-string conversion. 2014-01-08 17:18:34 +01:00
object.c tryObjectEncoding() refactoring. 2014-04-04 17:25:35 +02:00
pqsort.c assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:01:21 +02:00
pqsort.h
pubsub.c struct dictEntry -> dictEntry. 2014-03-20 16:20:37 +01:00
rand.c
rand.h
rdb.c Fix data loss when save AOF/RDB with no free space 2014-03-24 13:54:14 -04:00
rdb.h
redis-benchmark.c redis-benchmark: update help for new __rand_int__ form. 2013-10-28 18:13:42 +01:00
redis-check-aof.c
redis-check-dump.c Fixed grammar: before H the article is a, not an. 2013-12-05 16:35:32 +01:00
redis-cli.c Linenoise updated, multiline mode enabled in redis-cli. 2014-03-13 15:11:08 +01:00
redis-trib.rb Cluster: redis-trib cluster allocation more even across nodes. 2014-03-25 17:44:39 +01:00
redis.c PFDEBUG added, PFGETREG removed. 2014-04-13 23:01:21 +02:00
redis.h PFDEBUG added, PFGETREG removed. 2014-04-13 23:01:21 +02:00
redisassert.h assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:01:21 +02:00
release.c
replication.c Check for EAGAIN in sendBulkToSlave(). 2014-02-05 16:38:10 +01:00
rio.c Use fflush() before fsync() in rio.c. 2014-01-22 09:54:55 +01:00
rio.h Fixed typo in rio.h, simgle -> single. 2013-07-16 15:43:36 +02:00
scripting.c Fix script cache bug in the scripting engine. 2014-02-13 12:10:43 +01:00
sds.c sdscatvprintf(): Try to use a static buffer. 2014-03-24 10:20:33 +01:00
sds.h Fix sdsempty() prototype in sds.h. 2013-08-12 11:38:21 +02:00
sentinel.c Fixed undefined variable value with certain code paths. 2014-03-24 21:07:44 +01:00
setproctitle.c
sha1.c
sha1.h
slowlog.c Introduction of a new string encoding: EMBSTR 2013-07-22 10:31:38 +02:00
slowlog.h
solarisfixes.h
sort.c Cluster: don't allow BY option of SORT as well. 2014-03-10 16:28:18 +01:00
syncio.c
t_hash.c SCAN code refactored to parse cursor first. 2013-11-05 15:47:50 +01:00
t_list.c dict.c: added optional callback to dictEmpty(). 2013-12-10 18:46:24 +01:00
t_set.c SDIFF iterator misuse fixed in diff algorithm #1. 2013-12-13 11:34:21 +01:00
t_string.c String value unsharing refactored into proper function. 2014-03-30 18:32:17 +02:00
t_zset.c ZRANGEBYLEX and ZREVRANGEBYLEX implementation. 2014-04-05 11:41:43 +02:00
testhelp.h
util.c Ignore sdsrange return value. 2013-07-24 18:59:54 +02:00
util.h
valgrind.sup
version.h
ziplist.c assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:01:21 +02:00
ziplist.h
zipmap.c Fixed grammar: before H the article is a, not an. 2013-12-05 16:35:32 +01:00
zipmap.h mistype fixed 2013-09-03 15:15:51 +02:00
zmalloc.c Sample and cache RSS in serverCron(). 2014-03-24 12:00:20 +01:00
zmalloc.h Sample and cache RSS in serverCron(). 2014-03-24 12:00:20 +01:00