antirez 7c6b8ec6fa DEBUG embstr-classes added. 10 years ago
..
.gitignore 166cf8a3b8 Ignore gcov/lcov artifacts 12 years ago
Makefile 552eb5407a HLLSELFTEST command implemented. 10 years ago
Makefile.dep ba4e20835a Makefile.dep updated with hyperloglog.o deps. 10 years ago
adlist.c 9d09ce3981 Fixed many typos. 12 years ago
adlist.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
ae.c 8e2d082066 ae.c event loop: API to resize the fd set size on the run. 11 years ago
ae.h 8e2d082066 ae.c event loop: API to resize the fd set size on the run. 11 years ago
ae_epoll.c 11e81a1e9a Fixed grammar: before H the article is a, not an. 11 years ago
ae_evport.c 8e2d082066 ae.c event loop: API to resize the fd set size on the run. 11 years ago
ae_kqueue.c 8e2d082066 ae.c event loop: API to resize the fd set size on the run. 11 years ago
ae_select.c 8e2d082066 ae.c event loop: API to resize the fd set size on the run. 11 years ago
anet.c 7d9b45b4a1 While ANET_ERR is -1, check syscall retval for -1 itself. 10 years ago
anet.h e5b1e7be64 Bind source address for cluster communication 10 years ago
aof.c 0bcc7cb4bf CLIENT LIST speedup via peerid caching + smart allocation. 10 years ago
asciilogo.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
bio.c 9d09ce3981 Fixed many typos. 12 years ago
bio.h 7536991726 Make bio.c threads killable ASAP if needed. 12 years ago
bitops.c 543ede03f2 String value unsharing refactored into proper function. 10 years ago
blocked.c c5618e7fdd WAIT command: synchronous replication for Redis. 11 years ago
cluster.c 11d9ecb71d CLUSTER SET-CONFIG-EPOCH implemented. 10 years ago
cluster.h 8f52173b2c Cluster: last_vote_epoch -> lastVoteEpoch. 10 years ago
config.c 402110f9fd User-defined switch point between sparse-dense HLL encodings. 10 years ago
config.h 8226be61ec Define HAVE_ATOMIC for clang. 10 years ago
crc16.c 9d09ce3981 Fixed many typos. 12 years ago
crc64.c 88c1d9550d crc64.c modified for incremental computation. 12 years ago
crc64.h 2f62c9663c Introduced the Build ID in INFO and --version output. 12 years ago
db.c 32c917964e Merge pull request #1677 from mattsta/expire-before-delete 10 years ago
debug.c 7c6b8ec6fa DEBUG embstr-classes added. 10 years ago
dict.c 5317f5e99a Added dictGetRandomKeys() to dict.c: mass get random entries. 10 years ago
dict.h 5317f5e99a Added dictGetRandomKeys() to dict.c: mass get random entries. 10 years ago
endianconv.c 7a3e372025 endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths. 12 years ago
endianconv.h da257afe57 htonu64() and ntohu64 added to endianconv.h. 11 years ago
fmacros.h 0a20ad40de don't define _XOPEN_SOURCE for NetBSD 11 years ago
help.h 20c040d364 redis-cli help.h updated. 10 years ago
hyperloglog.c 5eb7ac0c92 Speedup hllRawSum() processing 8 bytes per iteration. 10 years ago
intset.c 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
intset.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
lzf.h e2641e09cc redis.c split into many different C files. 14 years ago
lzfP.h 9d09ce3981 Fixed many typos. 12 years ago
lzf_c.c e2641e09cc redis.c split into many different C files. 14 years ago
lzf_d.c e2641e09cc redis.c split into many different C files. 14 years ago
memtest.c 93f61bb2a4 Fixed a bug in memtest progress bar, that had no actual effects. 12 years ago
mkreleasehdr.sh 977035b7b5 suppress external diff program when using git diff. 11 years ago
multi.c 71f3e74317 Transactions: propagate MULTI/EXEC only when needed. 11 years ago
networking.c 0bcc7cb4bf CLIENT LIST speedup via peerid caching + smart allocation. 10 years ago
notify.c e1ab2991c3 Fix keyspace events flags-to-string conversion. 11 years ago
object.c 19f735ce42 Use a free list for EMBSTR objects creation / release. 10 years ago
pqsort.c 1c75408457 assert.h replaced with redisassert.h when appropriate. 11 years ago
pqsort.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
pubsub.c 82b53c650c struct dictEntry -> dictEntry. 10 years ago
rand.c 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
rand.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
rdb.c e29d330724 Process events with processEventsWhileBlocked() when blocked. 10 years ago
rdb.h 9d09ce3981 Fixed many typos. 12 years ago
redis-benchmark.c 3c7a0677b0 redis-benchmark: update help for new __rand_int__ form. 11 years ago
redis-check-aof.c 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
redis-check-dump.c 11e81a1e9a Fixed grammar: before H the article is a, not an. 11 years ago
redis-cli.c 429aff4ef4 Linenoise updated, multiline mode enabled in redis-cli. 10 years ago
redis-trib.rb 0064b1a583 Cluster: redis-trib cluster allocation more even across nodes. 10 years ago
redis.c 3a3458ee7b Accept multiple clients per iteration. 10 years ago
redis.h 0bcc7cb4bf CLIENT LIST speedup via peerid caching + smart allocation. 10 years ago
redisassert.h 1c75408457 assert.h replaced with redisassert.h when appropriate. 11 years ago
release.c 9d09ce3981 Fixed many typos. 12 years ago
replication.c 0bcc7cb4bf CLIENT LIST speedup via peerid caching + smart allocation. 10 years ago
rio.c 172f14d48c Use fflush() before fsync() in rio.c. 11 years ago
rio.h f590dd82ce Fixed typo in rio.h, simgle -> single. 11 years ago
scripting.c 4f686555ce Scripting: objects caching for Lua c->argv creation. 10 years ago
sds.c 2d76736a2e Added new sdscatfmt() %u and %U format specifiers. 10 years ago
sds.h f9a4a80f49 Use sdscatfmt() in getClientInfoString() to make it faster. 10 years ago
sentinel.c 35667d75c3 Fixed undefined variable value with certain code paths. 10 years ago
setproctitle.c 9c8be6cab9 Set proctitle: avoid the use of __attribute__((constructor)). 11 years ago
sha1.c 9d09ce3981 Fixed many typos. 12 years ago
sha1.h e2641e09cc redis.c split into many different C files. 14 years ago
slowlog.c 894eba07c8 Introduction of a new string encoding: EMBSTR 11 years ago
slowlog.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
solarisfixes.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
sort.c 3e1d772677 Cluster: don't allow BY option of SORT as well. 10 years ago
syncio.c af3853c3bf syncio.c read / write functions reworked for correctness and performance. 12 years ago
t_hash.c ebcb6251e6 SCAN code refactored to parse cursor first. 11 years ago
t_list.c 2eb781b35b dict.c: added optional callback to dictEmpty(). 11 years ago
t_set.c c00453da1d SDIFF iterator misuse fixed in diff algorithm #1. 11 years ago
t_string.c 543ede03f2 String value unsharing refactored into proper function. 10 years ago
t_zset.c ab3afe2f4d ZREMRANGEBYLEX memory leak removed calling zslFreeLexRange(). 10 years ago
testhelp.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
util.c 7dd4432798 fix null pointer access with no file pointer 10 years ago
util.h 6978aeb3bf pathIsBaseName() added to utils.c 11 years ago
valgrind.sup cabe03eb75 more valgrind friendly test 13 years ago
version.h 1909b8753d Version bumped to 2.9.11 11 years ago
ziplist.c 1c75408457 assert.h replaced with redisassert.h when appropriate. 11 years ago
ziplist.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
zipmap.c 11e81a1e9a Fixed grammar: before H the article is a, not an. 11 years ago
zipmap.h 43fe2d0d97 mistype fixed 11 years ago
zmalloc.c 93253c2762 Sample and cache RSS in serverCron(). 10 years ago
zmalloc.h 93253c2762 Sample and cache RSS in serverCron(). 10 years ago