redis/src
antirez 97d43d0638 List of commands flagged as admin commands modified.
The old list did not made much sense... and the flag is currently not
used at all, so no side effects.
2014-12-13 08:54:33 +01:00
..
.gitignore Ignore gcov/lcov artifacts 2012-04-13 17:52:33 -07:00
Makefile Add symlink to redis-sentinel during make install 2014-12-12 22:59:31 +01:00
Makefile.dep Dependencies updated. 2014-07-02 17:04:14 +02:00
adlist.c Fix typos 2014-09-29 06:49:07 -04:00
adlist.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
ae.c Remove redundant event loop fd processing 2014-08-08 10:43:54 +02:00
ae.h ae.c event loop: API to resize the fd set size on the run. 2013-06-28 16:39:49 +02:00
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.c event loop: API to resize the fd set size on the run. 2013-06-28 16:39:49 +02:00
ae_kqueue.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
ae_select.c ae.c event loop: API to resize the fd set size on the run. 2013-06-28 16:39:49 +02:00
anet.c AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
anet.h AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
aof.c Clean up text throughout project 2014-09-29 06:49:07 -04:00
asciilogo.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
bio.c Fixed many typos. 2013-01-19 10:59:44 +01:00
bio.h Make bio.c threads killable ASAP if needed. 2012-11-22 10:12:11 +01:00
bitops.c bitops.c/bitopCommand: skip short minlen for FAST PATH 2014-12-03 10:07:58 +08:00
blocked.c WAIT command: synchronous replication for Redis. 2013-12-04 16:20:03 +01:00
cluster.c AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
cluster.h Cluster PUBLISH message: fix totlen count. 2014-11-28 10:21:47 +01:00
config.c Diskless sync delay is now configurable. 2014-10-27 10:36:30 +01:00
config.h In redisIsSupervised() use MSG_NOSIGNAL only for Linux. 2014-12-11 15:19:23 +01:00
crc16.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
crc64.c crc64.c modified for incremental computation. 2012-04-09 12:20:47 +02:00
crc64.h Introduced the Build ID in INFO and --version output. 2012-11-29 14:20:08 +01:00
db.c remove_warning in db.c 2014-12-12 12:02:39 +09:00
debug.c Merge pull request #2134 from pyr/feature/supervised-init 2014-12-11 14:39:09 +01:00
dict.c Cleanup wording of dictScan() comment 2014-09-29 06:49:08 -04:00
dict.h Use long for rehash and iterator index in dict.h. 2014-08-26 10:18:56 +02:00
endianconv.c endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths. 2012-02-14 16:11:46 +01:00
endianconv.h No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
fmacros.h Silence _BSD_SOURCE warnings in glibc 2.20 and forward 2014-12-05 12:41:59 +11:00
help.h redis-cli help.h updated. 2014-04-22 16:14:38 +02:00
hyperloglog.c Better read-only behavior for expired keys in slaves. 2014-12-10 16:10:21 +01:00
intset.c Fix intset midpoint selection 2014-08-07 16:17:37 +02:00
intset.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
latency.c Merge pull request #2197 from sunheehnus/sparkline 2014-12-09 11:27:40 +01:00
latency.h Check THP support at startup and warn about it. 2014-11-12 10:55:47 +01:00
lzf.h No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
lzfP.h No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
lzf_c.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
lzf_d.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
memtest.c Include stropts only if __sun is defined. 2014-12-09 12:59:46 +01:00
mkreleasehdr.sh suppress external diff program when using git diff. 2013-02-24 18:17:46 +01:00
multi.c Cleanup double semicolons 2014-08-08 14:54:02 +02:00
networking.c sdsformatip() removed. 2014-12-11 18:29:04 +01:00
notify.c Fix keyspace events flags-to-string conversion. 2014-01-08 17:18:34 +01:00
object.c Handle infinite explicitly in createStringObjectFromLongLong(). 2014-12-03 10:37:01 +01:00
pqsort.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
pqsort.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
pubsub.c pubsub: Return integers for NUMSUB, not strings 2014-08-08 11:19:37 +02:00
rand.c Use 'void' for zero-argument functions 2014-08-08 10:05:32 +02:00
rand.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
rdb.c Use new slave name function for diskless repl reporting. 2014-10-27 12:23:03 +01:00
rdb.h Diskless replication: RDB -> slaves transfer draft implementation. 2014-10-14 10:11:29 +02:00
redis-benchmark.c Removed useless space in redis-benchmark.c. 2014-12-11 15:16:20 +01:00
redis-check-aof.c BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
redis-check-dump.c Cleanup double semicolons 2014-08-08 14:54:02 +02:00
redis-cli.c AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
redis-trib.rb Merge pull request #2107 from mattsta/fix-trib-import 2014-12-11 15:05:38 +01:00
redis.c List of commands flagged as admin commands modified. 2014-12-13 08:54:33 +01:00
redis.h Merge pull request #2134 from pyr/feature/supervised-init 2014-12-11 14:39:09 +01:00
redisassert.h assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:01:21 +02:00
release.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
replication.c AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
rio.c Translate rio fdset target EWOULDBLOCK error into ETIMEDOUT. 2014-10-22 15:58:14 +02:00
rio.h Diskless replication: rio fdset target new supports buffering. 2014-10-17 11:36:12 +02:00
scripting.c Lua: Add bitop 2014-10-09 11:51:30 -04:00
sds.c sdsformatip() removed. 2014-12-11 18:29:04 +01:00
sds.h sdsformatip() removed. 2014-12-11 18:29:04 +01:00
sentinel.c sdsformatip() removed. 2014-12-11 18:29:04 +01:00
setproctitle.c Set proctitle: avoid the use of __attribute__((constructor)). 2013-02-27 11:50:35 +01:00
sha1.c Fixed many typos. 2013-01-19 10:59:44 +01:00
sha1.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
slowlog.c Introduction of a new string encoding: EMBSTR 2013-07-22 10:31:38 +02:00
slowlog.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
solarisfixes.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
sort.c SORT: Don't sort Set elements if not needed. 2014-12-11 15:57:23 +01:00
sparkline.c sparkline.c: AddSample skip Empty label 2014-12-08 11:43:32 +08:00
sparkline.h LATENCY GRAPH implemented. 2014-07-02 16:31:22 +02:00
syncio.c syncReadLine(): actually enforce buffer size limits. 2014-10-16 17:35:29 +02:00
t_hash.c Use exp format and more precision output for ZSCAN. 2014-12-02 18:20:09 +01:00
t_list.c Better read-only behavior for expired keys in slaves. 2014-12-10 16:10:21 +01:00
t_set.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
t_string.c Use exp format and more precision output for ZSCAN. 2014-12-02 18:20:09 +01:00
t_zset.c Remove redundant else/return block 2014-08-07 12:20:57 +02:00
testhelp.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
util.c Clean up text throughout project 2014-09-29 06:49:07 -04:00
util.h pathIsBaseName() added to utils.c 2013-07-02 12:08:07 +02:00
valgrind.sup more valgrind friendly test 2011-07-06 15:22:00 +02:00
version.h Make unstable branch version unique and distinguishable. 2014-06-25 15:30:34 +02:00
ziplist.c Fix comment inconsistencies in ziplist.c 2014-09-29 06:49:08 -04:00
ziplist.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
zipmap.c zipmap.c: update comments above 2014-11-25 21:58:05 +08:00
zipmap.h mistype fixed 2013-09-03 15:15:51 +02:00
zmalloc.c Fix non-linux builds error introduced with THP checks. 2014-11-14 17:13:35 +01:00
zmalloc.h THP detection / reporting functions added. 2014-11-12 10:43:32 +01:00