2010-03-18 |
antirez | test-redis.tcl dataset digest function Hash support |
commit | commitdiff | tree | snapshot |
2010-03-18 |
antirez | zipmap fix for large values |
commit | commitdiff | tree | snapshot |
2010-03-18 |
antirez | Optimization fixed and re-activated |
commit | commitdiff | tree | snapshot |
2010-03-18 |
antirez | reverted an optimization that makes Redis not stable |
commit | commitdiff | tree | snapshot |
2010-03-18 |
antirez | Fixed redis-cli auth code |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | HDEL fix, an optimization for comparison of objects... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | Version is now 1.3.5 |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | Merged Pietern patch for VM key args helper function... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | Merge branch 'aggregates' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
root | Added Authentication to redis-cli.c using -a switch |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | HEXISTS and tests implemented |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | More hash tests |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | better HSET test |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | Fixed a bug in HSET, a memory leak, and a theoretical... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
antirez | More Hash tests |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Pieter Noordhuis | added preloading keys from VM when using ZINTER or... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Pieter Noordhuis | added explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
antirez | HGET fix for integer encoded field against zipmap encod... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
antirez | zrevrank support in redis-cli |
commit | commitdiff | tree | snapshot |
2010-03-16 |
antirez | HKEYS / HVALS / HGETALL |
commit | commitdiff | tree | snapshot |
2010-03-16 |
antirez | Solved a memory leak with Hashes |
commit | commitdiff | tree | snapshot |
2010-03-15 |
antirez | pretty big refactoring |
commit | commitdiff | tree | snapshot |
2010-03-15 |
antirez | An interesting refactoring + more expressive internal API |
commit | commitdiff | tree | snapshot |
2010-03-15 |
antirez | Fixed the same problem in ZREVRANK |
commit | commitdiff | tree | snapshot |
2010-03-15 |
antirez | Fixed a ZRANK bug |
commit | commitdiff | tree | snapshot |
2010-03-15 |
antirez | zipmap to hash conversion in HSET |
commit | commitdiff | tree | snapshot |
2010-03-14 |
antirez | max zipmap entries and max zipmap value parameters... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
antirez | HDEL and some improvement in DEBUG OBJECT command |
commit | commitdiff | tree | snapshot |
2010-03-14 |
antirez | Append only file support for hashes |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Pieter Noordhuis | utility to check rdb files for unprocessable opcodes |
commit | commitdiff | tree | snapshot |
2010-03-12 |
antirez | A minor fix and a few debug messages removed |
commit | commitdiff | tree | snapshot |
2010-03-12 |
antirez | Applied the replication bug patch provided by Jeremy... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
antirez | Fix for HGET against non Hash type, debug messages... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Pieter Noordhuis | fix: use zmalloc instead of malloc |
commit | commitdiff | tree | snapshot |
2010-03-09 |
antirez | Merged zsetops branch from Pietern |
commit | commitdiff | tree | snapshot |
2010-03-09 |
antirez | Merged ZREMBYRANK from Pietern |
commit | commitdiff | tree | snapshot |
2010-03-09 |
antirez | Merged ZREVRANK from Pietern |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Pieter Noordhuis | use a struct to store both a dict and its weight for... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
antirez | Hash auto conversion from zipmap to hash table, type... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Pieter Noordhuis | replaced ZMERGE by ZUNION and ZINTER. note: key preload... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
antirez | Hashes saving / fixes |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Pieter Noordhuis | use ZMERGE as starting point |
commit | commitdiff | tree | snapshot |
2010-03-07 |
antirez | HSET fixes, now the new pointer is stored back in the... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Pieter Noordhuis | added ZREVRANK |
commit | commitdiff | tree | snapshot |
2010-03-06 |
antirez | Fix for replicaiton with over 2GB dump file initial... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
antirez | first implementation of HSET/HSET. More work needed |
commit | commitdiff | tree | snapshot |
2010-03-05 |
antirez | zipmaps functions to get, iterate, test for existence... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | redis-benchmark now implements Set commands benchmarks |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | zipmap iteration code |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | moved code to delete a single node from a zset to a... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | rename zslDeleteRange to zslDeleteRangeByScore (to... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | use 1-based rank across zsl*Rank functions consistently |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | implemented ZREMBYRANK |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | A fix for initialization of augmented skip lists |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | A fix for an invalid access when VM is disabled |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | Merge branch 'zsl-get-rank' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | redis-cli now runs in interactive mode if no command... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | merged memory reduction patch |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | Now list push commands return the length of the new... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | first check if starting point is trivial (head or tail... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | use rank to find starting point for ZRANGE and ZREVRANGE |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | lookup rank of a zset entry in a different function |
commit | commitdiff | tree | snapshot |
2010-03-04 |
antirez | SUBSTR fix for integer encoded vals |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Pieter Noordhuis | fix ZRANK (realize that rank is 1-based due to the... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
antirez | initial implementation of SUBSTR |
commit | commitdiff | tree | snapshot |
2010-03-03 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2010-03-03 |
antirez | fpurge call removed from redis-cli |
commit | commitdiff | tree | snapshot |
2010-03-03 |
antirez | ZRANK stress tester |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Pieter Noordhuis | use less memory as element->span[0] will always be... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Pieter Noordhuis | rank is very unlikely to overflow integer range |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Pieter Noordhuis | x->backward never equals zsl->header |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Pieter Noordhuis | initial implementation for augmented zsets and the... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
antirez | zipampDel() implemented |
commit | commitdiff | tree | snapshot |
2010-03-03 |
antirez | added quit and exit commands to redis-cli in order... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
antirez | Merge remote branch 'djanowski/interactive' |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Damian Janowski... | Add support for MULTI/EXEC. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Damian Janowski... | Remove trailing newline in interactive mode. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
antirez | minor fix for a Linux warning |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Michel Martens... | Add interactive mode to redis-cli. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
antirez | Better to increment the version minor number when a... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
antirez | Fixed a subtle VM bug... was not flushing the buffer... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
antirez | KEYS now returns a multi bulk reply |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Damian Janowski | Add DISCARD command to discard queued MULTI commands. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
antirez | Swappability bug due to a typo fixed thanks to code... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
antirez | minor fixes for zipmap.c |
commit | commitdiff | tree | snapshot |
2010-02-27 |
antirez | first zipmap fix of a long sequence in the days to... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
antirez | initial zipmap.c implementation |
commit | commitdiff | tree | snapshot |
2010-02-27 |
antirez | Bug #169 fixed (BLOP/BRPOP interrupted connections... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
antirez | Fixed 32bit make target to work on Linux out of the box |
commit | commitdiff | tree | snapshot |
2010-02-19 |
antirez | A problem with replication with multiple slaves connect... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
antirez | Saner VM defaults for redis.conf |
commit | commitdiff | tree | snapshot |
2010-02-09 |
antirez | VM now is able to block clients on swapped keys for... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
antirez | ZCOUNT and ZRANGEBYSCORE new tests |
commit | commitdiff | tree | snapshot |
2010-02-07 |
antirez | ZRANGEBYSCORE now supports open intervals, prefixing... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
antirez | WITHSCORES in ZRANGEBYSCORE thanks to Sam Hendley |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Sam Hendley | Added "withscores" option to zrangebyscore command... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
antirez | DEBUG OBJECT provide info about serialized object lengt... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
antirez | multi bulk requests in redis-benchmark, default fsync... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
antirez | APPEND tests |
commit | commitdiff | tree | snapshot |
2010-02-04 |
antirez | APPEND command |
commit | commitdiff | tree | snapshot |
next |