2011-11-15 |
Pieter Noordhuis | CCLINK already includes ALLOC_LINK |
commit | commitdiff | tree | snapshot |
2011-11-12 |
antirez | Added test to make sure Redis evicts expired keys activ... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
antirez | Fixed issues with expire introduced with latest millise... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
antirez | set default client timeout to zero inside redis.h as... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
antirez | new tests for EXPIRE family functions, new millisecond... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
antirez | high resolution expires API modified to use separated... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
antirez | Fixed a few typos |
commit | commitdiff | tree | snapshot |
2011-11-09 |
antirez | Fixed bug breaking rdbSaveMillisecondTime() in 32 bit... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
antirez | TTL, EXPIRE and EXPIREAT now support the milliseconds... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
antirez | use "EXPIREAT ... ms" form when rewriting the AOF |
commit | commitdiff | tree | snapshot |
2011-11-09 |
antirez | Initial support for key expire times with millisecond... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
antirez | dict set/get macros for integers fixed. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | added mstime() to get UNIX time in milliseconds. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | dict.c: added macros to get signed/unsigned integer... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | 32bit build fixed, broken by a previous commit fixing... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | dict.c: added macros in dict.h to set signed and unsign... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | dict.c API names modified to be more coincise and consi... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | dict.c: added two lower level methods for directly... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | Merge branch 'unstable' into ttlres |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | useless double if removed. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | yet another #if REDIS_MBULK_BIG_ARG removed. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | Multi bulk optimization for creating big objects withou... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
antirez | hiredis/redis changes for speed with big payloads:... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
antirez | speed-regression.tcl: command line options to select... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
antirez | speed-regression.tcl: move tests, data size, requests... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
antirez | speed-regression.tcl script: killing previously tested... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
antirez | speed-regression.tcl script: obtain test names dynamically. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
antirez | redis-benchmark: ability to run selected tests. Better... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
antirez | first version of the speed regression test |
commit | commitdiff | tree | snapshot |
2011-11-04 |
antirez | csv output for redis-benchmark |
commit | commitdiff | tree | snapshot |
2011-11-04 |
antirez | PING / MSET benchmarks enabled again. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
antirez | A comment moved a few lines for clarity. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
antirez | Added a define to set the size threshold to enable... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
antirez | further optimizations for the multi bulk protocol parsi... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
antirez | optimized object creation in multi-bulk protocol parsing |
commit | commitdiff | tree | snapshot |
2011-11-02 |
antirez | sdsIncrLen() / sdsMakeRoomFor() used to avoid copying... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
antirez | testhelp.h now exits with retcode 1 on failed tests. |
commit | commitdiff | tree | snapshot |
2011-11-02 |
antirez | I/O buffer length enlarged |
commit | commitdiff | tree | snapshot |
2011-11-02 |
antirez | sdsMakeRoomFor() exposed as public API. sdsIncrLen... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
antirez | added a comment to sdsMakeRoomFor() to make it clear... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
antirez | added an union in the dict.h structure to store 64... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | Script max execution time test disabled for now since... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | removed the vmpointer structure that is no longer user... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | use timeout 0 by default, as this is a common source... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Salvatore Sanfilippo | Merge pull request #170 from bnoordhuis/fix-sunos-build |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | added more clarifications in redis.conf about ther... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | 1fe4cd5 |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Herbert G.... | fixed typo in comments |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | 7c6da73 |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | maxclients configuration is now implemented dealing... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
antirez | It is now possible to disable password authentication... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Ben Noordhuis | build: fix sunos build, compile lua with __C99FEATURES__=1 |
commit | commitdiff | tree | snapshot |
2011-10-28 |
antirez | Fixed a memory leak in redis-cli.c |
commit | commitdiff | tree | snapshot |
2011-10-28 |
antirez | sds.c single quotes support |
commit | commitdiff | tree | snapshot |
2011-10-27 |
antirez | use the more generic -BUSY error for idle scripts |
commit | commitdiff | tree | snapshot |
2011-10-27 |
antirez | If a Lua script executes for more time than the max... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Florea | Set errno to 0 before calling strtol. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
antirez | Clear the AOF rewrite scheduled flag once an AOF rewrit... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
antirez | Don't timeout scripts if the instance is a slave. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
antirez | SCRIPT LOAD now returns the SHA1 instead of +OK |
commit | commitdiff | tree | snapshot |
2011-10-25 |
antirez | Lau scripts default max execution time set to 5 seconds. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
antirez | Fixes for the scripting refactoring and new commands... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
antirez | SCRIPT LOAD implemented, scripting eval command refacto... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
antirez | SCRIPT command for introspection and control of the... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
antirez | Better installation info inside README file. |
commit | commitdiff | tree | snapshot |
2011-10-23 |
antirez | removed a few entries for gitignore |
commit | commitdiff | tree | snapshot |
2011-10-23 |
antirez | Fixed a few warnings compiling on Linux. |
commit | commitdiff | tree | snapshot |
2011-10-23 |
antirez | A past commit removed the inclusion of redis.h from... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
antirez | Redis.call is now split into two variants of the same... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
antirez | Merge branch 'unstable' of github.com:/antirez/redis... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
antirez | use signalModifiedKey to set the key as dirty in the... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Salvatore Sanfilippo | Merge pull request #147 from janoberst/unstable |
commit | commitdiff | tree | snapshot |
2011-10-19 |
antirez | Lua cjson include paths now use the local includes. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
antirez | JSON support for Lua scripting, based on work from... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Jan Oberst | Switched issues URL to Github in BUGS |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Jan Oberst | Actually let's just cpy over the README from stable... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Jan Oberst | Cleaned up redis root directory and changed links for... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Salvatore Sanfilippo | Merge pull request #146 from smly/fixed-redis-check... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
smly | Fixed a small memory leak I found with valgrind |
commit | commitdiff | tree | snapshot |
2011-10-18 |
antirez | Return from syncWithMaster() ASAP if the event fired... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
antirez | First implementation of the ASKING command. Semantics... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
antirez | MIGRATE +NOKEY error was missing the final CRLF causing... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
antirez | Fixed a typo causing segfault on MIGRATE |
commit | commitdiff | tree | snapshot |
2011-10-17 |
antirez | Regression test for issue #142 added |
commit | commitdiff | tree | snapshot |
2011-10-17 |
antirez | FLUSHALL now prevents rdbSave() from resetting the... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
antirez | FLUSHALL will only perform a blocking SAVE if RDB persi... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
antirez | Exit with Fatal error at startup if the RDB file signat... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
antirez | redis-check-dump: RDB version 2 now supported. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
antirez | More informative error when DEBUG RELOAD fails. |
commit | commitdiff | tree | snapshot |
2011-10-13 |
antirez | redis-trib: fix for a slot allocation bug. |
commit | commitdiff | tree | snapshot |
2011-10-13 |
antirez | small comment added |
commit | commitdiff | tree | snapshot |
2011-10-10 |
antirez | Fix for issue #132. Now AUTH raises an error if no... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Salvatore Sanfilippo | Merge pull request #126 from florean/unstable |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Nathan Florea | Added a config directive for a Unix socket mask |
commit | commitdiff | tree | snapshot |
2011-10-10 |
antirez | Issue #131. stime/utime reported in INFO was inverted... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
antirez | Fix for bug #128 about the RENAME command. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
antirez | Added two new tests for RENAME, currently both will... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Nathan Florea | Unlink Unix socket file on shutdown |
commit | commitdiff | tree | snapshot |
2011-10-08 |
antirez | not used parameter for redisLog() removed. Error messag... |
commit | commitdiff | tree | snapshot |
next |