2010-04-08 |
antirez | -1 not needed... |
blob | commitdiff | raw |
2010-04-08 |
antirez | Skiplist theoretical fix |
blob | commitdiff | raw | diff to current |
2010-04-07 |
antirez | Now when a child is terminated by a signal, the signal... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
antirez | Now PUBLISH commands are replicated to slaves |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Pieter Noordhuis | use the right object when cleaning up after zunion... |
blob | commitdiff | raw | diff to current |
2010-04-01 |
antirez | Merge branch 'zipmap' of git://github.com/pietern/redis |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Pieter Noordhuis | reduce code complexity because zipmapLen now is O(1) |
blob | commitdiff | raw | diff to current |
2010-04-01 |
antirez | Pub/Sub pattern matching capabilities |
blob | commitdiff | raw | diff to current |
2010-03-31 |
antirez | Deny EXEC under out of memory |
blob | commitdiff | raw | diff to current |
2010-03-29 |
antirez | No timeouts nor other commands for clients in a Pub... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
antirez | free hash table entries about no longer active classes... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
antirez | Fixed a refcount stuff leading to PUBSUB crashes |
blob | commitdiff | raw | diff to current |
2010-03-29 |
antirez | First pubsub fix |
blob | commitdiff | raw | diff to current |
2010-03-29 |
antirez | PUBSUB implemented |
blob | commitdiff | raw | diff to current |
2010-03-29 |
antirez | Redis version is now 1.3.8 |
blob | commitdiff | raw | diff to current |
2010-03-26 |
antirez | Merge branch 'hincrby' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Pieter Noordhuis | removed unnecessary refcount increase that caused the... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Pieter Noordhuis | implements HINCRBY and tests (todo: find and fix small... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
antirez | Removed a useless if spotted by Pieter Noordhuis |
blob | commitdiff | raw | diff to current |
2010-03-26 |
antirez | Fixed a critical replication bug: binary values issued... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
antirez | Fixed the reply about denied write commands under... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
antirez | CONFIG command implemened -- just a start but already... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
antirez | with --help states that you can use - as config file... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
antirez | New INFO field: expired_keys |
blob | commitdiff | raw | diff to current |
2010-03-23 |
antirez | the Cron timer function is now called 10 times per... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
antirez | key deletion on empty value fix + some refactoring |
blob | commitdiff | raw | diff to current |
2010-03-23 |
antirez | Empty value trigger key removal in all the operations |
blob | commitdiff | raw | diff to current |
2010-03-22 |
antirez | Merged gnrfan patches fixing issues 191, 193, 194 |
blob | commitdiff | raw | diff to current |
2010-03-22 |
antirez | Merge branch 'issue_193' of git://github.com/gnrfan... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
antirez | Merge branch 'issue_191' of git://github.com/gnrfan... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
antirez | Redis master version is now 1.3.7 |
blob | commitdiff | raw | diff to current |
2010-03-20 |
Jeremy Zawodny | support for include directive in config parser |
blob | commitdiff | raw | diff to current |
2010-03-19 |
antirez | Removed a stupid overriding of config values due to... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
antirez | VM hash type swappability implemented. Handling of... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Antonio Ognio | Solving issue #191 on Google Code: -v and --version... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Antonio Ognio | Solves issue #194 on Google Code: --help parameter... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Antonio Ognio | Fixing issue 193 |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | increment server.dirty on HDEL |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | Redis 1.3.6 |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | Optimization fixed and re-activated |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | reverted an optimization that makes Redis not stable |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | HDEL fix, an optimization for comparison of objects... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | Version is now 1.3.5 |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | Merged Pietern patch for VM key args helper function... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | Merge branch 'aggregates' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | HEXISTS and tests implemented |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | Fixed a bug in HSET, a memory leak, and a theoretical... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Pieter Noordhuis | added preloading keys from VM when using ZINTER or... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Pieter Noordhuis | added explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
antirez | HGET fix for integer encoded field against zipmap encod... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
antirez | HKEYS / HVALS / HGETALL |
blob | commitdiff | raw | diff to current |
2010-03-16 |
antirez | Solved a memory leak with Hashes |
blob | commitdiff | raw | diff to current |
2010-03-15 |
antirez | pretty big refactoring |
blob | commitdiff | raw | diff to current |
2010-03-15 |
antirez | An interesting refactoring + more expressive internal API |
blob | commitdiff | raw | diff to current |
2010-03-15 |
antirez | Fixed the same problem in ZREVRANK |
blob | commitdiff | raw | diff to current |
2010-03-15 |
antirez | Fixed a ZRANK bug |
blob | commitdiff | raw | diff to current |
2010-03-15 |
antirez | zipmap to hash conversion in HSET |
blob | commitdiff | raw | diff to current |
2010-03-14 |
antirez | max zipmap entries and max zipmap value parameters... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
antirez | HDEL and some improvement in DEBUG OBJECT command |
blob | commitdiff | raw | diff to current |
2010-03-14 |
antirez | Append only file support for hashes |
blob | commitdiff | raw | diff to current |
2010-03-12 |
antirez | A minor fix and a few debug messages removed |
blob | commitdiff | raw | diff to current |
2010-03-12 |
antirez | Applied the replication bug patch provided by Jeremy... |
blob | commitdiff | raw | diff to current |
2010-03-11 |
antirez | Fix for HGET against non Hash type, debug messages... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Pieter Noordhuis | fix: use zmalloc instead of malloc |
blob | commitdiff | raw | diff to current |
2010-03-09 |
antirez | Merged zsetops branch from Pietern |
blob | commitdiff | raw | diff to current |
2010-03-09 |
antirez | Merged ZREMBYRANK from Pietern |
blob | commitdiff | raw | diff to current |
2010-03-09 |
antirez | Merged ZREVRANK from Pietern |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Pieter Noordhuis | use a struct to store both a dict and its weight for... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
antirez | Hash auto conversion from zipmap to hash table, type... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Pieter Noordhuis | replaced ZMERGE by ZUNION and ZINTER. note: key preload... |
blob | commitdiff | raw | diff to current |
2010-03-08 |
antirez | Hashes saving / fixes |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Pieter Noordhuis | use ZMERGE as starting point |
blob | commitdiff | raw | diff to current |
2010-03-07 |
antirez | HSET fixes, now the new pointer is stored back in the... |
blob | commitdiff | raw | diff to current |
2010-03-07 |
Pieter Noordhuis | added ZREVRANK |
blob | commitdiff | raw | diff to current |
2010-03-06 |
antirez | Fix for replicaiton with over 2GB dump file initial... |
blob | commitdiff | raw | diff to current |
2010-03-06 |
antirez | first implementation of HSET/HSET. More work needed |
blob | commitdiff | raw | diff to current |
2010-03-05 |
antirez | zipmaps functions to get, iterate, test for existence... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | moved code to delete a single node from a zset to a... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | rename zslDeleteRange to zslDeleteRangeByScore (to... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | use 1-based rank across zsl*Rank functions consistently |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | implemented ZREMBYRANK |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | A fix for initialization of augmented skip lists |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | A fix for an invalid access when VM is disabled |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | Merge branch 'zsl-get-rank' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | merged memory reduction patch |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | Now list push commands return the length of the new... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | first check if starting point is trivial (head or tail... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | use rank to find starting point for ZRANGE and ZREVRANGE |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | lookup rank of a zset entry in a different function |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | SUBSTR fix for integer encoded vals |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | fix ZRANK (realize that rank is 1-based due to the... |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | initial implementation of SUBSTR |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Pieter Noordhuis | use less memory as element->span[0] will always be... |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Pieter Noordhuis | rank is very unlikely to overflow integer range |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Pieter Noordhuis | x->backward never equals zsl->header |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Pieter Noordhuis | initial implementation for augmented zsets and the... |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | Merge remote branch 'djanowski/interactive' |
blob | commitdiff | raw | diff to current |
2010-03-02 |
antirez | minor fix for a Linux warning |
blob | commitdiff | raw | diff to current |
2010-03-01 |
antirez | Better to increment the version minor number when a... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
antirez | Fixed a subtle VM bug... was not flushing the buffer... |
blob | commitdiff | raw | diff to current |
next |