antirez 81428a24a8 Initial changes to issue #2427. 9 years ago
..
.gitignore 166cf8a3b8 Ignore gcov/lcov artifacts 12 years ago
Makefile 0b93139048 Geo: big refactoring of geo.c, zset.[ch] removed. 9 years ago
Makefile.dep f0f9d583ad Dependencies updated. 10 years ago
adlist.c 3a82b8ac64 Fix typos 10 years ago
adlist.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
ae.c a8d3e930bc Remove redundant event loop fd processing 10 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 95b1979c32 No more trailing spaces in Redis source code. 10 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 9e67df2a39 rebase from unstable 9 years ago
anet.h 9e67df2a39 rebase from unstable 9 years ago
aof.c 9e67df2a39 rebase from unstable 9 years ago
asciilogo.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
bio.c 34460dd6ee Check bio.c job type at thread startup. 9 years ago
bio.h 7536991726 Make bio.c threads killable ASAP if needed. 12 years ago
bitops.c badf0f008b Bitops: Stop overallocating storage space on set 10 years ago
blocked.c 23e304e313 Substitute DISQUE to REDIS after merge from Disque 9 years ago
cluster.c d28c51d166 Do not attempt to lock on Solaris 9 years ago
cluster.h 9b7f8b1c9b Cluster: redirection refactoring + handling of blocked clients. 9 years ago
config.c eb706b4202 introduce REPLCONF eof-supported and repl-diskless-load 9 years ago
config.h 9e9abe29fe HAVE_SYNC_FILE_RANGE should be protected by ifdef __linux__. 9 years ago
crc16.c 95b1979c32 No more trailing spaces in Redis source code. 10 years ago
crc64.c 8febcffdc5 Allow all code tests to run using Redis args 10 years ago
crc64.h 8febcffdc5 Allow all code tests to run using Redis args 10 years ago
db.c 4c7ee0d584 EXISTS is now variadic. 9 years ago
debug.c 0f64080dcb DEBUG HTSTATS <dbid> added. 9 years ago
dict.c 0f64080dcb DEBUG HTSTATS <dbid> added. 9 years ago
dict.h 0f64080dcb DEBUG HTSTATS <dbid> added. 9 years ago
endianconv.c 8febcffdc5 Allow all code tests to run using Redis args 10 years ago
endianconv.h 8febcffdc5 Allow all code tests to run using Redis args 10 years ago
fmacros.h af453642e1 Silence _BSD_SOURCE warnings in glibc 2.20 and forward 10 years ago
geo.c b96af595a5 GEOENCODE / GEODECODE commands removed. 9 years ago
geo.h a12192f5ff Geo: command function names converted to lowercase, as elsewhere. 9 years ago
help.h 288028876f Added <count> parameter to SPOP: 10 years ago
hyperloglog.c 06e76bc3e2 Better read-only behavior for expired keys in slaves. 10 years ago
intset.c 9feee428f2 SPOP: reimplemented for speed and better distribution. 9 years ago
intset.h 9feee428f2 SPOP: reimplemented for speed and better distribution. 9 years ago
latency.c 509a6cc1e8 Fix iterator for issue #2438. 9 years ago
latency.h 585d1a60bf Separate latency monitoring of eviction loop and eviction DELs. 9 years ago
lzf.h 95b1979c32 No more trailing spaces in Redis source code. 10 years ago
lzfP.h 5870e22423 Upgrade LZF to 3.6 (2011) from 3.5 (2009) 10 years ago
lzf_c.c 5870e22423 Upgrade LZF to 3.6 (2011) from 3.5 (2009) 10 years ago
lzf_d.c 5870e22423 Upgrade LZF to 3.6 (2011) from 3.5 (2009) 10 years ago
memtest.c 5f5a9f0d14 Include stropts only if __sun is defined. 10 years ago
mkreleasehdr.sh 977035b7b5 suppress external diff program when using git diff. 11 years ago
multi.c da0132638f Cleanup double semicolons 10 years ago
networking.c eb706b4202 introduce REPLCONF eof-supported and repl-diskless-load 9 years ago
notify.c e1ab2991c3 Fix keyspace events flags-to-string conversion. 11 years ago
object.c 8e219224b9 CONFIG refactoring: configEnum abstraction. 9 years ago
pqsort.c 95b1979c32 No more trailing spaces in Redis source code. 10 years ago
pqsort.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
pubsub.c 25791550e0 pubsub: Return integers for NUMSUB, not strings 10 years ago
quicklist.c 552e5908bb Fix quicklist tests for Pop() 9 years ago
quicklist.h abdd1414a8 Allow compression of interior quicklist nodes 10 years ago
rand.c 23f08510d5 Use 'void' for zero-argument functions 10 years ago
rand.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
rdb.c 9e67df2a39 rebase from unstable 9 years ago
rdb.h fe63046e2a diskless replication on slave side 9 years ago
redis-benchmark.c 53c082ec39 Improve networking type correctness 9 years ago
redis-check-aof.c 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
redis-check-rdb.c 7d1e158084 Handle redis-check-rdb as a standalone program. 9 years ago
redis-cli.c 0f64080dcb DEBUG HTSTATS <dbid> added. 9 years ago
redis-trib.rb bf58f8b513 Remove end of line whitespace from redis-trib 10 years ago
redis.c eb706b4202 introduce REPLCONF eof-supported and repl-diskless-load 9 years ago
redis.h eb706b4202 introduce REPLCONF eof-supported and repl-diskless-load 9 years ago
redisassert.h 1c75408457 assert.h replaced with redisassert.h when appropriate. 11 years ago
release.c 95b1979c32 No more trailing spaces in Redis source code. 10 years ago
replication.c 81428a24a8 Initial changes to issue #2427. 9 years ago
rio.c 81428a24a8 Initial changes to issue #2427. 9 years ago
rio.h fe63046e2a diskless replication on slave side 9 years ago
scripting.c 92c146dfd3 config tcp-keepalive should be numerical field not bool 9 years ago
sds.c 26a1a08fc7 sdsfree x and y 9 years ago
sds.h 32b10004e2 sdsnative() removed: New rdb.c API can load native strings. 10 years ago
sentinel.c 821a986643 Sentinel: fix bug in config rewriting during failover 9 years ago
setproctitle.c 9c8be6cab9 Set proctitle: avoid the use of __attribute__((constructor)). 11 years ago
sha1.c 1b25757f41 sha1.c: use standard uint32_t. 9 years ago
sha1.h 1b25757f41 sha1.c: use standard uint32_t. 9 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 792a94153a Check for __sun macro in solarisfixes.h, not in includers. 10 years ago
sort.c 575eeb1a1c Removed incorrect suggestion 9 years ago
sparkline.c 07a9e44b86 sparkline.c: AddSample skip Empty label 10 years ago
sparkline.h aa16f87b87 LATENCY GRAPH implemented. 10 years ago
syncio.c f70369335d syncReadLine(): actually enforce buffer size limits. 10 years ago
t_hash.c 0ace1e6d04 Hash: HSTRLEN crash fixed when getting len of int-encoded value 9 years ago
t_list.c 02bb515a09 Config: Add quicklist, remove old list options 10 years ago
t_set.c eb138f1511 Rewrite smoveCommand test with ternary operator 9 years ago
t_string.c 9454f7b3db Merge pull request #2050 from mattsta/bitops-no-overalloc 9 years ago
t_zset.c 5254c2d3c3 Removed useless tryObjectEncoding() call from ZRANK. 9 years ago
testhelp.h 4365e5b2d3 BSD license added to every C source and header file. 12 years ago
util.c 0e5e8ca9e6 Utils: Include stdint.h and fix signess in sdigits10(). 9 years ago
util.h 0e5e8ca9e6 Utils: Include stdint.h and fix signess in sdigits10(). 9 years ago
valgrind.sup cabe03eb75 more valgrind friendly test 13 years ago
version.h 41a1fb8186 Version bumped to 3.1.999 (3.2 alpha versions). 9 years ago
ziplist.c 0f15eb183b Free ziplist test lists during tests 10 years ago
ziplist.h 9e7f39d29d Add header guard for ziplist.h 9 years ago
zipmap.c 8febcffdc5 Allow all code tests to run using Redis args 10 years ago
zipmap.h 8febcffdc5 Allow all code tests to run using Redis args 10 years ago
zmalloc.c 9a6354316b Add info as requested by the original getMemorySize() license. 10 years ago
zmalloc.h 615f6923d5 getMemorySize() moved into zmalloc.c with other low level mem utils. 10 years ago