]> git.saurik.com Git - redis.git/history - src/redis.c
new tests for EXPIRE family functions, new millisecond precision, and new millisecond...
[redis.git] / src / redis.c
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-09  antirezTTL, EXPIRE and EXPIREAT now support the milliseconds...
2011-11-08  antirezadded mstime() to get UNIX time in milliseconds.
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirez1fe4cd5
2011-10-31  antirez7c6da73
2011-10-31  antirezmaxclients configuration is now implemented dealing...
2011-10-27  antirezuse the more generic -BUSY error for idle scripts
2011-10-27  antirezIf a Lua script executes for more time than the max...
2011-10-24  antirezSCRIPT command for introspection and control of the...
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-14  antirezExit with Fatal error at startup if the RDB file signat...
2011-10-10  antirezFix for issue #132. Now AUTH raises an error if no...
2011-10-10  Salvatore SanfilippoMerge pull request #126 from florean/unstable
2011-10-10  Nathan FloreaAdded a config directive for a Unix socket mask
2011-10-10  antirezIssue #131. stime/utime reported in INFO was inverted...
2011-10-09  Nathan FloreaUnlink Unix socket file on shutdown
2011-09-29  antirezFixed command table for RESTORE to make it accepting...
2011-09-27  antirezDeny commands flagged as REDIS_CMD_NOSCRIPT from Lua...
2011-09-27  antirezadded the NOSCRIPT and RANDOM command flags
2011-09-26  antirezcommand table refactoring to make it simpler adding...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-20  antirezInclude port number in error when can't bind lisetning...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezpostpone the AOF fsync if policy is everysec and there...
2011-09-14  antirezenable zmalloc thread safety support now that we have...
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-14  antirezDon't replicate/AOF SAVE
2011-09-13  antireztest background close operation removed
2011-09-13  antirezdebug message removed
2011-09-13  antirezadd background jobs initialization to Redis main init...
2011-09-13  antirezadded a newline for code readability
2011-09-01  Konstantin TokarevFixed compilation on Mac/PPC
2011-08-26  vamboCorrected typo in documentation for R_Zero, R_PosInf...
2011-08-09  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-08-09  antirezAuto rewrite integer overflow fixed. Thanks to Gaurav...
2011-07-22  antirezClose the listening sockets. Apparently this allows...
2011-07-22  antirezprepareForShutdown() fixed for correctness regarding...
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-07-12  antirezmaster branch merged into scripting.
2011-07-08  antirezTake a pointer to the relevant entry of the command...
2011-07-02  antirezchildrens -> children in INFO output field names. This...
2011-07-02  antirezno more allocation stats info in INFO, useless now...
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFixed INFO implementation to use the new allocator...
2011-06-17  antireznew INFO filed master_link_down_since_seconds
2011-06-14  antirezUpdated to unstable
2011-06-14  Salvatore SanfilippoMerge pull request #58 from hampus/fix-autorewrite
2011-06-12  Hampus WessmanFix automatic rewrite starting too early.
2011-06-10  antirezMake sure an automatic rewrite only gets triggered...
2011-06-10  antirezAdded new INFO fields related to the new AOF auto rewri...
2011-06-10  antirezFixed bug in AOF rewrite not working because of integer...
2011-06-10  antirezdebugging printf removed
2011-06-10  antirezAOF auto rewrite percentage option parsing fixed
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezAvoid division by zero issues in the automatically...
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-31  antirezVariadic ZREM
2011-05-31  antirezVariadic ZADD
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-25  antirezEVALSHA implemented
2011-05-25  antirezLua scripts max execution time
2011-05-25  antirezLua memory usage in INFO
2011-05-25  antirezEval command table fixed to return the keys arguments...
2011-05-25  antirezLua function creation on EVAL, basic Lua return type...
2011-05-22  Pieter NoordhuisConfigurable synchronous I/O timeout
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisShow memory allocator in INFO output
2011-05-05  antirezcluster import/export of hash slots implemented in...
2011-04-21  antirezpeak fragmentation ratio removed as it is a confusing...
2011-04-21  antirezCLIENT LIST implemented
2011-04-21  antirezsave peak memory usage as statistic and show it in...
2011-04-19  antirezVariadic SREM
2011-04-19  antirezvariadic HDEL with tests
2011-04-15  antirezvariadic SADD
2011-04-15  antirezvariadic LPUSH/RPUSH
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezASCII ART FTW
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  Salvatore Sanfilippoadded minimal cluster section in INFO output. This...
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-06  antirezOBJECT command implemented
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
next