2011-11-12 |
antirez | INCRBYFLOAT implementation
|
commit | commitdiff | tree |
2011-11-11 |
antirez | new tests for EXPIRE family functions, new millisecond...
|
commit | commitdiff | tree |
2011-11-10 |
antirez | high resolution expires API modified to use separated...
|
commit | commitdiff | tree |
2011-11-09 |
antirez | Fixed a few typos
|
commit | commitdiff | tree |
2011-11-09 |
antirez | Fixed bug breaking rdbSaveMillisecondTime() in 32 bit...
|
commit | commitdiff | tree |
2011-11-09 |
antirez | TTL, EXPIRE and EXPIREAT now support the milliseconds...
|
commit | commitdiff | tree |
2011-11-09 |
antirez | use "EXPIREAT ... ms" form when rewriting the AOF
|
commit | commitdiff | tree |
2011-11-09 |
antirez | Initial support for key expire times with millisecond...
|
commit | commitdiff | tree |
2011-11-09 |
antirez | dict set/get macros for integers fixed.
|
commit | commitdiff | tree |
2011-11-08 |
antirez | added mstime() to get UNIX time in milliseconds.
|
commit | commitdiff | tree |
2011-11-08 |
antirez | dict.c: added macros to get signed/unsigned integer...
|
commit | commitdiff | tree |
2011-11-08 |
antirez | 32bit build fixed, broken by a previous commit fixing...
|
commit | commitdiff | tree |
2011-11-08 |
antirez | dict.c: added macros in dict.h to set signed and unsigned...
|
commit | commitdiff | tree |
2011-11-08 |
antirez | dict.c API names modified to be more coincise and consistent.
|
commit | commitdiff | tree |
2011-11-08 |
antirez | dict.c: added two lower level methods for directly...
|
commit | commitdiff | tree |
2011-11-08 |
antirez | Merge branch 'unstable' into ttlres
|
commit | commitdiff | tree |
2011-11-08 |
antirez | useless double if removed.
|
commit | commitdiff | tree |
2011-11-08 |
antirez | yet another #if REDIS_MBULK_BIG_ARG removed.
|
commit | commitdiff | tree |
2011-11-08 |
antirez | Multi bulk optimization for creating big objects without...
|
commit | commitdiff | tree |
2011-11-08 |
antirez | hiredis/redis changes for speed with big payloads:...
|
commit | commitdiff | tree |
2011-11-07 |
antirez | speed-regression.tcl: command line options to select...
|
commit | commitdiff | tree |
2011-11-07 |
antirez | speed-regression.tcl: move tests, data size, requests...
|
commit | commitdiff | tree |
2011-11-07 |
antirez | speed-regression.tcl script: killing previously tested...
|
commit | commitdiff | tree |
2011-11-07 |
antirez | speed-regression.tcl script: obtain test names dynamically.
|
commit | commitdiff | tree |
2011-11-07 |
antirez | redis-benchmark: ability to run selected tests. Better...
|
commit | commitdiff | tree |
2011-11-04 |
antirez | first version of the speed regression test
|
commit | commitdiff | tree |
2011-11-04 |
antirez | csv output for redis-benchmark
|
commit | commitdiff | tree |
2011-11-04 |
antirez | PING / MSET benchmarks enabled again.
|
commit | commitdiff | tree |
2011-11-04 |
antirez | A comment moved a few lines for clarity.
|
commit | commitdiff | tree |
2011-11-04 |
antirez | Added a define to set the size threshold to enable...
|
commit | commitdiff | tree |
2011-11-03 |
antirez | further optimizations for the multi bulk protocol parsing...
|
commit | commitdiff | tree |
2011-11-02 |
antirez | optimized object creation in multi-bulk protocol parsing
|
commit | commitdiff | tree |
2011-11-02 |
antirez | sdsIncrLen() / sdsMakeRoomFor() used to avoid copying...
|
commit | commitdiff | tree |
2011-11-02 |
antirez | testhelp.h now exits with retcode 1 on failed tests.
|
commit | commitdiff | tree |
2011-11-02 |
antirez | I/O buffer length enlarged
|
commit | commitdiff | tree |
2011-11-02 |
antirez | sdsMakeRoomFor() exposed as public API. sdsIncrLen...
|
commit | commitdiff | tree |
2011-11-02 |
antirez | added a comment to sdsMakeRoomFor() to make it clear...
|
commit | commitdiff | tree |
2011-11-02 |
antirez | added an union in the dict.h structure to store 64...
|
commit | commitdiff | tree |
2011-10-31 |
antirez | Script max execution time test disabled for now since...
|
commit | commitdiff | tree |
2011-10-31 |
antirez | removed the vmpointer structure that is no longer user...
|
commit | commitdiff | tree |
2011-10-31 |
antirez | use timeout 0 by default, as this is a common source...
|
commit | commitdiff | tree |
2011-10-31 |
Salvatore Sanfilippo | Merge pull request #170 from bnoordhuis/fix-sunos-build
|
commit | commitdiff | tree |
2011-10-31 |
antirez | added more clarifications in redis.conf about ther...
|
commit | commitdiff | tree |
2011-10-31 |
antirez | 1fe4cd5
|
commit | commitdiff | tree |
2011-10-31 |
antirez | 7c6da73
|
commit | commitdiff | tree |
2011-10-31 |
antirez | maxclients configuration is now implemented dealing...
|
commit | commitdiff | tree |
2011-10-31 |
antirez | It is now possible to disable password authentication...
|
commit | commitdiff | tree |
2011-10-28 |
antirez | Fixed a memory leak in redis-cli.c
|
commit | commitdiff | tree |
2011-10-28 |
antirez | sds.c single quotes support
|
commit | commitdiff | tree |
2011-10-27 |
antirez | use the more generic -BUSY error for idle scripts
|
commit | commitdiff | tree |
2011-10-27 |
antirez | If a Lua script executes for more time than the max...
|
commit | commitdiff | tree |
2011-10-26 |
antirez | Clear the AOF rewrite scheduled flag once an AOF rewrite...
|
commit | commitdiff | tree |
2011-10-25 |
antirez | Don't timeout scripts if the instance is a slave.
|
commit | commitdiff | tree |
2011-10-25 |
antirez | SCRIPT LOAD now returns the SHA1 instead of +OK
|
commit | commitdiff | tree |
2011-10-25 |
antirez | Lau scripts default max execution time set to 5 seconds.
|
commit | commitdiff | tree |
2011-10-25 |
antirez | Fixes for the scripting refactoring and new commands...
|
commit | commitdiff | tree |
2011-10-25 |
antirez | SCRIPT LOAD implemented, scripting eval command refactoring.
|
commit | commitdiff | tree |
2011-10-24 |
antirez | SCRIPT command for introspection and control of the...
|
commit | commitdiff | tree |
2011-10-23 |
antirez | Better installation info inside README file.
|
commit | commitdiff | tree |
2011-10-23 |
antirez | removed a few entries for gitignore
|
commit | commitdiff | tree |
2011-10-23 |
antirez | Fixed a few warnings compiling on Linux.
|
commit | commitdiff | tree |
2011-10-23 |
antirez | A past commit removed the inclusion of redis.h from...
|
commit | commitdiff | tree |
2011-10-20 |
antirez | Redis.call is now split into two variants of the same...
|
commit | commitdiff | tree |
2011-10-20 |
antirez | Merge branch 'unstable' of github.com:/antirez/redis...
|
commit | commitdiff | tree |
2011-10-20 |
antirez | use signalModifiedKey to set the key as dirty in the...
|
commit | commitdiff | tree |
2011-10-20 |
Salvatore Sanfilippo | Merge pull request #147 from janoberst/unstable
|
commit | commitdiff | tree |
2011-10-19 |
antirez | Lua cjson include paths now use the local includes.
|
commit | commitdiff | tree |
2011-10-19 |
antirez | Merge remote-tracking branch 'origin/unstable' into...
|
commit | commitdiff | tree |
2011-10-19 |
antirez | JSON support for Lua scripting, based on work from...
|
commit | commitdiff | tree |
2011-10-18 |
Salvatore Sanfilippo | Merge pull request #146 from smly/fixed-redis-check...
|
commit | commitdiff | tree |
2011-10-18 |
antirez | Return from syncWithMaster() ASAP if the event fired...
|
commit | commitdiff | tree |
2011-10-17 |
antirez | First implementation of the ASKING command. Semantics...
|
commit | commitdiff | tree |
2011-10-17 |
antirez | MIGRATE +NOKEY error was missing the final CRLF causing...
|
commit | commitdiff | tree |
2011-10-17 |
antirez | Fixed a typo causing segfault on MIGRATE
|
commit | commitdiff | tree |
2011-10-17 |
antirez | Regression test for issue #142 added
|
commit | commitdiff | tree |
2011-10-17 |
antirez | FLUSHALL now prevents rdbSave() from resetting the...
|
commit | commitdiff | tree |
2011-10-17 |
antirez | FLUSHALL will only perform a blocking SAVE if RDB persistenc...
|
commit | commitdiff | tree |
2011-10-14 |
antirez | Exit with Fatal error at startup if the RDB file signature...
|
commit | commitdiff | tree |
2011-10-14 |
antirez | redis-check-dump: RDB version 2 now supported.
|
commit | commitdiff | tree |
2011-10-14 |
antirez | More informative error when DEBUG RELOAD fails.
|
commit | commitdiff | tree |
2011-10-13 |
antirez | redis-trib: fix for a slot allocation bug.
|
commit | commitdiff | tree |
2011-10-13 |
antirez | small comment added
|
commit | commitdiff | tree |
2011-10-10 |
antirez | Fix for issue #132. Now AUTH raises an error if no...
|
commit | commitdiff | tree |
2011-10-10 |
Salvatore Sanfilippo | Merge pull request #126 from florean/unstable
|
commit | commitdiff | tree |
2011-10-10 |
antirez | Issue #131. stime/utime reported in INFO was inverted...
|
commit | commitdiff | tree |
2011-10-10 |
antirez | Fix for bug #128 about the RENAME command.
|
commit | commitdiff | tree |
2011-10-10 |
antirez | Added two new tests for RENAME, currently both will...
|
commit | commitdiff | tree |
2011-10-08 |
antirez | not used parameter for redisLog() removed. Error message...
|
commit | commitdiff | tree |
2011-10-07 |
antirez | Redis Cluster: process node to node CLUSTERMSG_TYPE_PUBLISH...
|
commit | commitdiff | tree |
2011-10-07 |
antirez | propagate PUBLISH messages using the redis cluster...
|
commit | commitdiff | tree |
2011-10-05 |
antirez | Totally hackish and dirty, but working, support for...
|
commit | commitdiff | tree |
2011-10-05 |
antirez | A node can populate a slot if a message from a trusted...
|
commit | commitdiff | tree |
2011-10-05 |
antirez | Merge remote-tracking branch 'origin/unstable' into...
|
commit | commitdiff | tree |
2011-10-05 |
antirez | CONFIG SET/GET support for loglevel
|
commit | commitdiff | tree |
2011-10-05 |
antirez | just minor aesthetic changes to cluster.c
|
commit | commitdiff | tree |
2011-10-05 |
Salvatore Sanfilippo | Merge pull request #118 from dvirsky/unstable
|
commit | commitdiff | tree |
2011-10-04 |
antirez | replaced redisAssert() with redisAssertWithInfo() in...
|
commit | commitdiff | tree |
2011-10-04 |
antirez | redisAssertWithClientInfo() is now redisAssertWithInfo...
|
commit | commitdiff | tree |
2011-10-04 |
antirez | Introduced a redisAssert() variant that is able to...
|
commit | commitdiff | tree |
2011-10-04 |
antirez | redis-trib: create subcommand fixed calling node info...
|
commit | commitdiff | tree |
next |