2010-04-26 |
antirez | Initial support for quoted strings in redis-cli
|
commit | commitdiff | tree |
2010-04-23 |
antirez | SETEX implemented
|
commit | commitdiff | tree |
2010-04-23 |
antirez | Pub/Sub API change: now messages received via pattern...
|
commit | commitdiff | tree |
2010-04-22 |
antirez | typo fixed, reloaded
|
commit | commitdiff | tree |
2010-04-22 |
antirez | typo fixed
|
commit | commitdiff | tree |
2010-04-22 |
antirez | REDIS-CLUSTER doc updated
|
commit | commitdiff | tree |
2010-04-22 |
antirez | Virtual memory design document removed, no longer needed...
|
commit | commitdiff | tree |
2010-04-22 |
antirez | new units for bytes specification
|
commit | commitdiff | tree |
2010-04-21 |
antirez | binary safe keys ready implementation of RANDOMKEYS
|
commit | commitdiff | tree |
2010-04-21 |
antirez | Now that's the right 1.3.10
|
commit | commitdiff | tree |
2010-04-21 |
antirez | Revert "fsync always now uses O_DIRECT on Linux"
|
commit | commitdiff | tree |
2010-04-21 |
antirez | Revert "define __USE_GNU to get O_DIRECT"
|
commit | commitdiff | tree |
2010-04-21 |
antirez | Merge branch 'master' of github.com:antirez/redis
|
commit | commitdiff | tree |
2010-04-21 |
antirez | Revert "version 1.3.10"
|
commit | commitdiff | tree |
2010-04-21 |
antirez | version 1.3.10
|
commit | commitdiff | tree |
2010-04-20 |
antirez | define __USE_GNU to get O_DIRECT
|
commit | commitdiff | tree |
2010-04-20 |
antirez | fsync always now uses O_DIRECT on Linux
|
commit | commitdiff | tree |
2010-04-20 |
antirez | More precise memory used guesswork in zmalloc.c
|
commit | commitdiff | tree |
2010-04-19 |
antirez | Fix for MULTI/EXEC and Replication/AOF: now the block...
|
commit | commitdiff | tree |
2010-04-19 |
antirez | running the test using tcl8.5 directly instead of tclsh...
|
commit | commitdiff | tree |
2010-04-19 |
antirez | Added package require Tcl 8.5 in redis.tcl so it will...
|
commit | commitdiff | tree |
2010-04-18 |
antirez | Fix for a SORT bug introduced with commit 16fa22f1...
|
commit | commitdiff | tree |
2010-04-17 |
antirez | Guru mediation -> meditation
|
commit | commitdiff | tree |
2010-04-17 |
antirez | Merge branch 'hash' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-04-17 |
antirez | redisAssert(0) => redisPanic("something meaningful")
|
commit | commitdiff | tree |
2010-04-17 |
antirez | Added support for Guru Mediation, and raising a guru...
|
commit | commitdiff | tree |
2010-04-16 |
antirez | SORT/GET test added
|
commit | commitdiff | tree |
2010-04-16 |
antirez | Added tests for GET/BY against hashes fields
|
commit | commitdiff | tree |
2010-04-16 |
antirez | Merge branch 'hash-refactor' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-04-16 |
antirez | added dictFetchValue() to dict.c to make hash table...
|
commit | commitdiff | tree |
2010-04-15 |
antirez | more advanced leaks detection in test redis
|
commit | commitdiff | tree |
2010-04-15 |
antirez | ability to select port/host from make test
|
commit | commitdiff | tree |
2010-04-15 |
antirez | Active rehashing
|
commit | commitdiff | tree |
2010-04-15 |
antirez | Incrementally rehahsing hash table! Thanks to Derek...
|
commit | commitdiff | tree |
2010-04-14 |
antirez | Does not allow commands other than Pub/Sub commands...
|
commit | commitdiff | tree |
2010-04-13 |
antirez | Merge branch 'hmget' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-04-12 |
antirez | Now all the commands returning a multi bulk reply against...
|
commit | commitdiff | tree |
2010-04-12 |
antirez | Sharing of small integer objects: may save a lot of...
|
commit | commitdiff | tree |
2010-04-10 |
antirez | dict.c fixed to play well with enabling/disabling of...
|
commit | commitdiff | tree |
2010-04-09 |
antirez | removed a no longer true assert in the VM code
|
commit | commitdiff | tree |
2010-04-09 |
antirez | shareobjects feautres killed - no gains most of the...
|
commit | commitdiff | tree |
2010-04-09 |
antirez | use directly the real key object in VM I/O jobs to...
|
commit | commitdiff | tree |
2010-04-08 |
antirez | last change reverted as it was unstable... more testing...
|
commit | commitdiff | tree |
2010-04-08 |
antirez | Prevent hash table resize while there are active child...
|
commit | commitdiff | tree |
2010-04-08 |
antirez | Merge branch 'issue_218' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-04-08 |
antirez | -1 not needed...
|
commit | commitdiff | tree |
2010-04-08 |
antirez | Skiplist theoretical fix
|
commit | commitdiff | tree |
2010-04-07 |
antirez | Now when a child is terminated by a signal, the signal...
|
commit | commitdiff | tree |
2010-04-07 |
antirez | First version of evented Redis Tcl client, that will...
|
commit | commitdiff | tree |
2010-04-02 |
antirez | Now PUBLISH commands are replicated to slaves
|
commit | commitdiff | tree |
2010-04-01 |
antirez | Merge branch 'zipmap' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-04-01 |
antirez | Pub/Sub pattern matching capabilities
|
commit | commitdiff | tree |
2010-03-31 |
antirez | Deny EXEC under out of memory
|
commit | commitdiff | tree |
2010-03-29 |
antirez | No timeouts nor other commands for clients in a Pub...
|
commit | commitdiff | tree |
2010-03-29 |
antirez | free hash table entries about no longer active classes...
|
commit | commitdiff | tree |
2010-03-29 |
antirez | Fixed a refcount stuff leading to PUBSUB crashes
|
commit | commitdiff | tree |
2010-03-29 |
antirez | fmacros added to linenoise, avoiding all the nice warnings...
|
commit | commitdiff | tree |
2010-03-29 |
antirez | First pubsub fix
|
commit | commitdiff | tree |
2010-03-29 |
antirez | PUBSUB implemented
|
commit | commitdiff | tree |
2010-03-29 |
antirez | Redis version is now 1.3.8
|
commit | commitdiff | tree |
2010-03-26 |
antirez | Merge branch 'hincrby' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-03-26 |
antirez | Removed a useless if spotted by Pieter Noordhuis
|
commit | commitdiff | tree |
2010-03-26 |
antirez | Fixed a critical replication bug: binary values issued...
|
commit | commitdiff | tree |
2010-03-24 |
antirez | Fixed the reply about denied write commands under...
|
commit | commitdiff | tree |
2010-03-24 |
antirez | CONFIG command implemened -- just a start but already...
|
commit | commitdiff | tree |
2010-03-24 |
antirez | redis-cli prompt is now redis>
|
commit | commitdiff | tree |
2010-03-23 |
antirez | with --help states that you can use - as config file...
|
commit | commitdiff | tree |
2010-03-23 |
antirez | New INFO field: expired_keys
|
commit | commitdiff | tree |
2010-03-23 |
antirez | the Cron timer function is now called 10 times per...
|
commit | commitdiff | tree |
2010-03-23 |
antirez | key deletion on empty value fix + some refactoring
|
commit | commitdiff | tree |
2010-03-23 |
antirez | Empty value trigger key removal in all the operations
|
commit | commitdiff | tree |
2010-03-22 |
antirez | Merged gnrfan patches fixing issues 191, 193, 194
|
commit | commitdiff | tree |
2010-03-22 |
antirez | Merge branch 'issue_193' of git://github.com/gnrfan...
|
commit | commitdiff | tree |
2010-03-22 |
antirez | Merge branch 'issue_191' of git://github.com/gnrfan...
|
commit | commitdiff | tree |
2010-03-22 |
antirez | Redis master version is now 1.3.7
|
commit | commitdiff | tree |
2010-03-19 |
antirez | Removed a stupid overriding of config values due to...
|
commit | commitdiff | tree |
2010-03-19 |
antirez | VM hash type swappability implemented. Handling of...
|
commit | commitdiff | tree |
2010-03-18 |
antirez | increment server.dirty on HDEL
|
commit | commitdiff | tree |
2010-03-18 |
antirez | Redis 1.3.6
|
commit | commitdiff | tree |
2010-03-18 |
antirez | test-redis.tcl dataset digest function Hash support
|
commit | commitdiff | tree |
2010-03-18 |
antirez | zipmap fix for large values
|
commit | commitdiff | tree |
2010-03-18 |
antirez | Optimization fixed and re-activated
|
commit | commitdiff | tree |
2010-03-18 |
antirez | reverted an optimization that makes Redis not stable
|
commit | commitdiff | tree |
2010-03-18 |
antirez | Fixed redis-cli auth code
|
commit | commitdiff | tree |
2010-03-17 |
antirez | HDEL fix, an optimization for comparison of objects...
|
commit | commitdiff | tree |
2010-03-17 |
antirez | Version is now 1.3.5
|
commit | commitdiff | tree |
2010-03-17 |
antirez | Merged Pietern patch for VM key args helper function...
|
commit | commitdiff | tree |
2010-03-17 |
antirez | Merge branch 'aggregates' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-03-17 |
antirez | HEXISTS and tests implemented
|
commit | commitdiff | tree |
2010-03-17 |
antirez | More hash tests
|
commit | commitdiff | tree |
2010-03-17 |
antirez | better HSET test
|
commit | commitdiff | tree |
2010-03-17 |
antirez | Fixed a bug in HSET, a memory leak, and a theoretical...
|
commit | commitdiff | tree |
2010-03-17 |
antirez | More Hash tests
|
commit | commitdiff | tree |
2010-03-16 |
antirez | HGET fix for integer encoded field against zipmap encoded...
|
commit | commitdiff | tree |
2010-03-16 |
antirez | zrevrank support in redis-cli
|
commit | commitdiff | tree |
2010-03-16 |
antirez | HKEYS / HVALS / HGETALL
|
commit | commitdiff | tree |
2010-03-16 |
antirez | Solved a memory leak with Hashes
|
commit | commitdiff | tree |
2010-03-15 |
antirez | pretty big refactoring
|
commit | commitdiff | tree |
2010-03-15 |
antirez | An interesting refactoring + more expressive internal API
|
commit | commitdiff | tree |
2010-03-15 |
antirez | Fixed the same problem in ZREVRANK
|
commit | commitdiff | tree |
next |