2010-09-09 |
antirez | redis-cli does no longer try to auto detect if it is... |
tree | commitdiff |
2010-09-08 |
antirez | Fix re-enabled again, I forgot to check if VM was enabl... |
tree | commitdiff |
2010-09-08 |
antirez | latest fix reverted, there is some problem reported... |
tree | commitdiff |
2010-09-08 |
antirez | Fixed a race condition in VM happening when a key was... |
tree | commitdiff |
2010-09-07 |
Pieter Noordhuis | Fix bug where the client is not present in server.clien... |
tree | commitdiff |
2010-09-06 |
antirez | Fix for solaris compilation bug Issue 325 |
tree | commitdiff |
2010-09-03 |
antirez | added some comment and changed coding style for fix... |
tree | commitdiff |
2010-09-03 |
Anko painting | fix for issue 237 |
tree | commitdiff |
2010-09-02 |
antirez | memory fragmentation reporting in INFO also added for... |
tree | commitdiff |
2010-09-02 |
antirez | memory fragmentation ratio in INFO output |
tree | commitdiff |
2010-09-01 |
antirez | fixed a few harmless warnings complining on Linux |
tree | commitdiff |
2010-08-31 |
antirez | Version is now 2.1.4 -- AKA 2.2-alpha1 |
tree | commitdiff |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300' |
tree | commitdiff |
2010-08-31 |
Pieter Noordhuis | Fix compilation errors and add warning for 32-bit platforms |
tree | commitdiff |
2010-08-31 |
antirez | resolved conflict merging pietern/bpop-timeout |
tree | commitdiff |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300' |
tree | commitdiff |
2010-08-31 |
Pieter Noordhuis | Fix issue 300 by upgrading variable types to 64-bit |
tree | commitdiff |
2010-08-30 |
antirez | BLPOP inside MULTI/EXEC block no longer crashes, instea... |
tree | commitdiff |
2010-08-30 |
antirez | Now redis-cli replies to help showing some basic usage... |
tree | commitdiff |
2010-08-30 |
antirez | It is now possible to use authentication and DB selecti... |
tree | commitdiff |
2010-08-30 |
antirez | Fixed MONITOR mode and Issue 296 |
tree | commitdiff |
2010-08-30 |
antirez | Makefile deps updated |
tree | commitdiff |
2010-08-30 |
antirez | Fix for a race in BGSAVE that may result in some data... |
tree | commitdiff |
2010-08-27 |
antirez | fix for the prev fix |
tree | commitdiff |
2010-08-27 |
antirez | Fix for bug 312, yet to verify in a couple of minutes... |
tree | commitdiff |
2010-08-27 |
antirez | Fixed another instace of the Issue 173 |
tree | commitdiff |
2010-08-27 |
antirez | Fixed segfault in freeMemoryIfNeeded due to the fact... |
tree | commitdiff |
2010-08-26 |
antirez | intset loading bug fixed |
tree | commitdiff |
2010-08-26 |
antirez | test for intset integer encodability test and some... |
tree | commitdiff |
2010-08-26 |
antirez | translated a few long logn into int64_t for correctness... |
tree | commitdiff |
2010-08-26 |
antirez | Version is now 2.1.3 |
tree | commitdiff |
2010-08-26 |
antirez | Merge remote branch 'pietern/redis-cli-fix' |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Verify that the blocking pop timeout value is a non... |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Fix parenthesis error on decrementing *argc |
tree | commitdiff |
2010-08-26 |
antirez | fixed a memory leak in the new Set code |
tree | commitdiff |
2010-08-26 |
antirez | computeObjectSwappability is now able to compute swappa... |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Fix type that was not renamed and compiler warning |
tree | commitdiff |
2010-08-26 |
antirez | removed a duplicated ERRNO checking that is useless... |
tree | commitdiff |
2010-08-26 |
antirez | Merge remote branch 'pietern/intset-split' |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Make the function intsetUpgrade self-contained |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Expand macro's to functions for readability |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Use fstat to detect if stdin was redirected |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Add a newline to tty output after every reply |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Re-introduce the interactive field so we can reconnect... |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Merge master and move argument splitting patch to sds.c |
tree | commitdiff |
2010-08-24 |
antirez | redis-cli now supports automatically reconnection in... |
tree | commitdiff |
2010-08-24 |
antirez | Issue 179 fixed, now redis-cli is able to parse correct... |
tree | commitdiff |
2010-08-24 |
antirez | The pid file is now created only after the server is... |
tree | commitdiff |
2010-08-24 |
antirez | slave now detect lost connection during SYNC, fixing... |
tree | commitdiff |
2010-08-24 |
antirez | slave with attached slaves now close the conection... |
tree | commitdiff |
2010-08-24 |
antirez | BLPOPping clients are no longer subject to connection... |
tree | commitdiff |
2010-08-24 |
antirez | sanity check for the bulk argument in protocol parsing... |
tree | commitdiff |
2010-08-23 |
antirez | Fixed overflow detection in argument to long convertion... |
tree | commitdiff |
2010-08-21 |
Pieter Noordhuis | Rename iterator to setTypeIterator for consistency |
tree | commitdiff |
2010-08-21 |
Pieter Noordhuis | Make SORT use the hybrid set accessors to allow sorting... |
tree | commitdiff |
2010-08-20 |
Pieter Noordhuis | Check if stroll return value was clamped |
tree | commitdiff |
2010-08-20 |
Pieter Noordhuis | Merge branch 'master' into intset-split |
tree | commitdiff |
2010-08-05 |
antirez | redis cli argument splitting is general and is now... |
tree | commitdiff |
2010-08-04 |
Pieter Noordhuis | Deprecate starting interactive mode using the -i flag |
tree | commitdiff |
2010-08-04 |
Pieter Noordhuis | Set tty before going into interactive mode to get non... |
tree | commitdiff |
2010-08-04 |
Pieter Noordhuis | Change output format for non-tty redis-cli execution |
tree | commitdiff |
2010-08-04 |
Pieter Noordhuis | Let the output mode depend on having a tty or not |
tree | commitdiff |
2010-08-04 |
Pieter Noordhuis | Tests for redis-cli in non-interactive mode |
tree | commitdiff |
2010-08-04 |
Pieter Noordhuis | Add tests for quotation in an interactive redis-cli... |
tree | commitdiff |
2010-08-04 |
Pieter Noordhuis | Tests for the interactive mode of redis-cli |
tree | commitdiff |
2010-08-03 |
antirez | PERSIST: a fix and some basic test |
tree | commitdiff |
2010-08-03 |
antirez | PERSIST command implemented |
tree | commitdiff |
2010-08-03 |
antirez | Merge remote branch 'pietern/test-encoding-fix' into... |
tree | commitdiff |
2010-08-03 |
antirez | allow to set a new EXPIRE of an existing volatile key |
tree | commitdiff |
2010-08-02 |
antirez | memory leak removed from expire propagation code |
tree | commitdiff |
2010-08-02 |
antirez | support for write operations against expiring keys... |
tree | commitdiff |
2010-07-31 |
antirez | Merge remote branch 'pietern/list-test' |
tree | commitdiff |
2010-07-29 |
Pieter Noordhuis | Change getDoubleFromObject to fail on NaN. |
tree | commitdiff |
2010-07-29 |
Pieter Noordhuis | Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score. |
tree | commitdiff |
2010-07-28 |
antirez | fix of the fix for the replication bug |
tree | commitdiff |
2010-07-28 |
antirez | Fixed a replication bug in ZINTERSTORE. |
tree | commitdiff |
2010-07-27 |
antirez | fixed a ziplist bug about encoding of integer values... |
tree | commitdiff |
2010-07-27 |
antirez | malloc definition with deprecated attribute was duplica... |
tree | commitdiff |
2010-07-27 |
antirez | STRLEN command implemented |
tree | commitdiff |
2010-07-27 |
antirez | hash table example commented out in dict.c |
tree | commitdiff |
2010-07-27 |
antirez | use the function deprecated attribute if compiling... |
tree | commitdiff |
2010-07-24 |
Benjamin Kramer | Add zcalloc and use it where appropriate |
tree | commitdiff |
2010-07-24 |
Benjamin Kramer | Remove _dictAlloc and friends |
tree | commitdiff |
2010-07-24 |
Benjamin Kramer | Reduce code duplication |
tree | commitdiff |
2010-07-22 |
antirez | don't open/close log file if log level is not matched |
tree | commitdiff |
2010-07-22 |
Pieter Noordhuis | fix rare condition where 'key' would already be destroy... |
tree | commitdiff |
2010-07-22 |
antirez | defensive programming: set o->ptr to NULL before freein... |
tree | commitdiff |
2010-07-22 |
antirez | other shared objects where created in the I/O thread... |
tree | commitdiff |
2010-07-22 |
antirez | minor typo fixed in a comment |
tree | commitdiff |
2010-07-22 |
antirez | don't use object sharing inside I/O threads, as a fix... |
tree | commitdiff |
2010-07-21 |
antirez | vm_blocked_clients count fixed in INFO, thanks to Piete... |
tree | commitdiff |
2010-07-16 |
antirez | TODO list modified, trivial change to source code |
tree | commitdiff |
2010-07-12 |
antirez | WATCH is now affected only when write commands actually... |
tree | commitdiff |
2010-07-09 |
antirez | fmacro included in linenoise.c |
tree | commitdiff |
2010-07-07 |
antirez | redis-cli history saved across sessions |
tree | commitdiff |
2010-07-06 |
antirez | redis-cli is now able to report version information... |
tree | commitdiff |
2010-07-06 |
antirez | make install target, finally ;) |
tree | commitdiff |
2010-07-05 |
Pieter Noordhuis | merged code from 184d74ab, 4774a53b, f483ce5f to new... |
tree | commitdiff |
2010-07-05 |
antirez | Fixed compilation on *BSD systems |
tree | commitdiff |
2010-07-05 |
antirez | Fixed a crash loading the AOF file containing MULTI... |
tree | commitdiff |
next |