2010-05-05 |
Pieter Noordhuis | ignore redis-check-aof binary |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Pieter Noordhuis | allow AOF to be fixed by truncating to the portion... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Pieter Noordhuis | tool to check if AOF is valid |
commit | commitdiff | tree | snapshot |
2010-05-02 |
antirez | included fmacros.h in linenose.c to avoid compilation... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
antirez | compilation fix for mac os x |
commit | commitdiff | tree | snapshot |
2010-05-02 |
antirez | Merge branch 'master' of git@github.com:antirez/redis |
commit | commitdiff | tree | snapshot |
2010-05-02 |
antirez | On Linux now fdatasync() is used insetad of fsync(... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
antirez | More tests for APPEND and tests for SUBSTR |
commit | commitdiff | tree | snapshot |
2010-04-30 |
antirez | linenoise.c updated, now redis-cli can be used in a... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
antirez | redis-cli minor fix (less segfault is better) |
commit | commitdiff | tree | snapshot |
2010-04-29 |
antirez | New MONITOR output format with timestamp, every command... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
antirez | redis-cli INFO output format is now raw again |
commit | commitdiff | tree | snapshot |
2010-04-29 |
antirez | Added more information about slave election in Redis... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
antirez | Redis cluster version 2 |
commit | commitdiff | tree | snapshot |
2010-04-27 |
antirez | Fixed a redis-cli bug, was using free instead of zfree... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
antirez | AOF is now rewritten on slave after SYNC with master... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
antirez | redis-cli is now using only the new protocol |
commit | commitdiff | tree | snapshot |
2010-04-27 |
antirez | Minimal support for subscribe/psubscribe in redis-cli |
commit | commitdiff | tree | snapshot |
2010-04-26 |
antirez | don't output the newline when stdout is not a tty |
commit | commitdiff | tree | snapshot |
2010-04-26 |
antirez | redis-cli now is able to also output the string represe... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
antirez | Initial support for quoted strings in redis-cli |
commit | commitdiff | tree | snapshot |
2010-04-23 |
antirez | SETEX implemented |
commit | commitdiff | tree | snapshot |
2010-04-23 |
antirez | Pub/Sub API change: now messages received via pattern... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
antirez | typo fixed, reloaded |
commit | commitdiff | tree | snapshot |
2010-04-22 |
antirez | typo fixed |
commit | commitdiff | tree | snapshot |
2010-04-22 |
antirez | REDIS-CLUSTER doc updated |
commit | commitdiff | tree | snapshot |
2010-04-22 |
antirez | Virtual memory design document removed, no longer neede... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
antirez | new units for bytes specification |
commit | commitdiff | tree | snapshot |
2010-04-22 |
antirez | Now in redis.conf it is possible to specify units where... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
antirez | binary safe keys ready implementation of RANDOMKEYS |
commit | commitdiff | tree | snapshot |
2010-04-21 |
antirez | Now that's the right 1.3.10 |
commit | commitdiff | tree | snapshot |
2010-04-21 |
antirez | Revert "fsync always now uses O_DIRECT on Linux" |
commit | commitdiff | tree | snapshot |
2010-04-21 |
antirez | Revert "define __USE_GNU to get O_DIRECT" |
commit | commitdiff | tree | snapshot |
2010-04-21 |
antirez | Merge branch 'master' of github.com:antirez/redis |
commit | commitdiff | tree | snapshot |
2010-04-21 |
antirez | Revert "version 1.3.10" |
commit | commitdiff | tree | snapshot |
2010-04-21 |
antirez | version 1.3.10 |
commit | commitdiff | tree | snapshot |
2010-04-20 |
antirez | define __USE_GNU to get O_DIRECT |
commit | commitdiff | tree | snapshot |
2010-04-20 |
antirez | fsync always now uses O_DIRECT on Linux |
commit | commitdiff | tree | snapshot |
2010-04-20 |
antirez | More precise memory used guesswork in zmalloc.c |
commit | commitdiff | tree | snapshot |
2010-04-19 |
antirez | Fix for MULTI/EXEC and Replication/AOF: now the block... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
antirez | running the test using tcl8.5 directly instead of tclsh... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
antirez | Added package require Tcl 8.5 in redis.tcl so it will... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
antirez | Fix for a SORT bug introduced with commit 16fa22f1... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
antirez | Guru mediation -> meditation |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Pieter Noordhuis | check eptr inline |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Pieter Noordhuis | refactor code that retrieves value from object or repli... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
antirez | Merge branch 'hash' of git://github.com/pietern/redis |
commit | commitdiff | tree | snapshot |
2010-04-17 |
antirez | redisAssert(0) => redisPanic("something meaningful") |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Pieter Noordhuis | make sure that the resulting value in hincrby is encode... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Pieter Noordhuis | increment dirty counter after hmset |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Pieter Noordhuis | strip tryObjectEncoding from hashSet, to enable the... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
antirez | Added support for Guru Mediation, and raising a guru... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Pieter Noordhuis | fix small error and memory leaks in SORT |
commit | commitdiff | tree | snapshot |
2010-04-16 |
antirez | SORT/GET test added |
commit | commitdiff | tree | snapshot |
2010-04-16 |
antirez | Added tests for GET/BY against hashes fields |
commit | commitdiff | tree | snapshot |
2010-04-16 |
antirez | Merge branch 'hash-refactor' of git://github.com/pieter... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Pieter Noordhuis | check object type in lookupKeyByPattern |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Pieter Noordhuis | make sortCommand aware that lookupKeyByPattern always... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Pieter Noordhuis | revert 0c390a to stop using tricks with o->refcount |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Pieter Noordhuis | store the hash iterator on the heap instead of the... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Pieter Noordhuis | drop inline directive |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Pieter Noordhuis | rename hashReplace to hashSet |
commit | commitdiff | tree | snapshot |
2010-04-16 |
antirez | added dictFetchValue() to dict.c to make hash table... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Konstantin... | Don't set expire to keys with ttl=0, remove them immedi... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Pieter Noordhuis | make sure that cmpobj is in decoded form when sorting... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Pieter Noordhuis | enable hash dereference in SORT on BY and GET |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Pieter Noordhuis | use shared replies for hset |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Pieter Noordhuis | set refcount of string objects retrieved from zipmaps... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Pieter Noordhuis | added HSETNX |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Pieter Noordhuis | refactor of hash commands to use specialized api that... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Pieter Noordhuis | move retrieval of long up to prevent an empty hash... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
antirez | more advanced leaks detection in test redis |
commit | commitdiff | tree | snapshot |
2010-04-15 |
antirez | ability to select port/host from make test |
commit | commitdiff | tree | snapshot |
2010-04-15 |
antirez | Active rehashing |
commit | commitdiff | tree | snapshot |
2010-04-15 |
antirez | Incrementally rehahsing hash table! Thanks to Derek... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
antirez | Does not allow commands other than Pub/Sub commands... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Alex McHale | Fixed a tiny memory leak when loading the configuration... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
antirez | Merge branch 'hmget' of git://github.com/pietern/redis |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Alex McHale | Validate numeric inputs. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Alex McHale | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
antirez | Now all the commands returning a multi bulk reply again... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Pieter Noordhuis | implemented HMGET |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Pieter Noordhuis | implemented HMSET |
commit | commitdiff | tree | snapshot |
2010-04-12 |
antirez | Sharing of small integer objects: may save a lot of... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
antirez | dict.c fixed to play well with enabling/disabling of... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
antirez | removed a no longer true assert in the VM code |
commit | commitdiff | tree | snapshot |
2010-04-09 |
antirez | shareobjects feautres killed - no gains most of the... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
antirez | use directly the real key object in VM I/O jobs to... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
antirez | last change reverted as it was unstable... more testing... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
antirez | Prevent hash table resize while there are active child... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
antirez | Merge branch 'issue_218' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
antirez | -1 not needed... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
antirez | Skiplist theoretical fix |
commit | commitdiff | tree | snapshot |
2010-04-07 |
antirez | Now when a child is terminated by a signal, the signal... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
antirez | First version of evented Redis Tcl client, that will... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Pieter Noordhuis | use long long reply type for HINCRBY |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Pieter Noordhuis | last argument is never encoded for HINCRBY |
commit | commitdiff | tree | snapshot |
2010-04-02 |
antirez | Now PUBLISH commands are replicated to slaves |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Pieter Noordhuis | use the right object when cleaning up after zunion... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
antirez | Merge branch 'zipmap' of git://github.com/pietern/redis |
commit | commitdiff | tree | snapshot |
next |