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 |
2010-03-15 |
antirez | Fixed a ZRANK bug
|
commit | commitdiff | tree |
2010-03-15 |
antirez | zipmap to hash conversion in HSET
|
commit | commitdiff | tree |
2010-03-14 |
antirez | max zipmap entries and max zipmap value parameters...
|
commit | commitdiff | tree |
2010-03-14 |
antirez | HDEL and some improvement in DEBUG OBJECT command
|
commit | commitdiff | tree |
2010-03-14 |
antirez | Append only file support for hashes
|
commit | commitdiff | tree |
2010-03-12 |
antirez | A minor fix and a few debug messages removed
|
commit | commitdiff | tree |
2010-03-12 |
antirez | Applied the replication bug patch provided by Jeremy...
|
commit | commitdiff | tree |
2010-03-11 |
antirez | Fix for HGET against non Hash type, debug messages...
|
commit | commitdiff | tree |
2010-03-09 |
antirez | Merged zsetops branch from Pietern
|
commit | commitdiff | tree |
2010-03-09 |
antirez | Merged ZREMBYRANK from Pietern
|
commit | commitdiff | tree |
2010-03-09 |
antirez | Merged ZREVRANK from Pietern
|
commit | commitdiff | tree |
2010-03-09 |
antirez | Hash auto conversion from zipmap to hash table, type...
|
commit | commitdiff | tree |
2010-03-08 |
antirez | Hashes saving / fixes
|
commit | commitdiff | tree |
2010-03-07 |
antirez | HSET fixes, now the new pointer is stored back in the...
|
commit | commitdiff | tree |
2010-03-06 |
antirez | Fix for replicaiton with over 2GB dump file initial...
|
commit | commitdiff | tree |
2010-03-06 |
antirez | first implementation of HSET/HSET. More work needed
|
commit | commitdiff | tree |
2010-03-05 |
antirez | zipmaps functions to get, iterate, test for existence...
|
commit | commitdiff | tree |
2010-03-04 |
antirez | redis-benchmark now implements Set commands benchmarks
|
commit | commitdiff | tree |
2010-03-04 |
antirez | zipmap iteration code
|
commit | commitdiff | tree |
2010-03-04 |
antirez | A fix for initialization of augmented skip lists
|
commit | commitdiff | tree |
2010-03-04 |
antirez | A fix for an invalid access when VM is disabled
|
commit | commitdiff | tree |
2010-03-04 |
antirez | Merge branch 'zsl-get-rank' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-03-04 |
antirez | redis-cli now runs in interactive mode if no command...
|
commit | commitdiff | tree |
2010-03-04 |
antirez | Now list push commands return the length of the new...
|
commit | commitdiff | tree |
2010-03-04 |
antirez | SUBSTR fix for integer encoded vals
|
commit | commitdiff | tree |
2010-03-03 |
antirez | initial implementation of SUBSTR
|
commit | commitdiff | tree |
2010-03-03 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-03-03 |
antirez | fpurge call removed from redis-cli
|
commit | commitdiff | tree |
2010-03-03 |
antirez | ZRANK stress tester
|
commit | commitdiff | tree |
2010-03-03 |
antirez | zipampDel() implemented
|
commit | commitdiff | tree |
2010-03-03 |
antirez | added quit and exit commands to redis-cli in order...
|
commit | commitdiff | tree |
2010-03-03 |
antirez | Merge remote branch 'djanowski/interactive'
|
commit | commitdiff | tree |
2010-03-02 |
antirez | minor fix for a Linux warning
|
commit | commitdiff | tree |
2010-03-01 |
antirez | Better to increment the version minor number when a...
|
commit | commitdiff | tree |
2010-03-01 |
antirez | Fixed a subtle VM bug... was not flushing the buffer...
|
commit | commitdiff | tree |
2010-03-01 |
antirez | KEYS now returns a multi bulk reply
|
commit | commitdiff | tree |
2010-03-01 |
Damian Janowski | Add DISCARD command to discard queued MULTI commands.
|
commit | commitdiff | tree |
2010-03-01 |
antirez | Swappability bug due to a typo fixed thanks to code...
|
commit | commitdiff | tree |
2010-02-28 |
antirez | minor fixes for zipmap.c
|
commit | commitdiff | tree |
2010-02-27 |
antirez | first zipmap fix of a long sequence in the days to...
|
commit | commitdiff | tree |
2010-02-27 |
antirez | initial zipmap.c implementation
|
commit | commitdiff | tree |
2010-02-27 |
antirez | Bug #169 fixed (BLOP/BRPOP interrupted connections...
|
commit | commitdiff | tree |
2010-02-22 |
antirez | Fixed 32bit make target to work on Linux out of the box
|
commit | commitdiff | tree |
2010-02-19 |
antirez | A problem with replication with multiple slaves connectiong...
|
commit | commitdiff | tree |
2010-02-10 |
antirez | Saner VM defaults for redis.conf
|
commit | commitdiff | tree |
2010-02-09 |
antirez | VM now is able to block clients on swapped keys for...
|
commit | commitdiff | tree |
2010-02-07 |
antirez | ZCOUNT and ZRANGEBYSCORE new tests
|
commit | commitdiff | tree |
2010-02-07 |
antirez | ZRANGEBYSCORE now supports open intervals, prefixing...
|
commit | commitdiff | tree |
2010-02-07 |
antirez | WITHSCORES in ZRANGEBYSCORE thanks to Sam Hendley
|
commit | commitdiff | tree |
2010-02-06 |
antirez | DEBUG OBJECT provide info about serialized object length...
|
commit | commitdiff | tree |
2010-02-06 |
antirez | multi bulk requests in redis-benchmark, default fsync...
|
commit | commitdiff | tree |
2010-02-04 |
antirez | APPEND tests
|
commit | commitdiff | tree |
2010-02-04 |
antirez | APPEND command
|
commit | commitdiff | tree |
2010-02-02 |
antirez | Faster version of the function hashing possibly encoded...
|
commit | commitdiff | tree |
2010-02-02 |
antirez | faster Set loading time from .rdb file resizing the...
|
commit | commitdiff | tree |
2010-02-02 |
antirez | Log time taken to load the DB at startup, in seconds
|
commit | commitdiff | tree |
2010-01-31 |
antirez | Fixed VM corruption due to child fclosing the VM file...
|
commit | commitdiff | tree |
2010-01-28 |
antirez | loading side of the threaded VM
|
commit | commitdiff | tree |
2010-01-26 |
antirez | TODO cahnges
|
commit | commitdiff | tree |
2010-01-23 |
antirez | Fixed memory human style memory reporting, removed...
|
commit | commitdiff | tree |
2010-01-22 |
antirez | VM tuning thanks to redis-stat vmstat. Now it performs...
|
commit | commitdiff | tree |
2010-01-21 |
antirez | Changelog updated
|
commit | commitdiff | tree |
2010-01-21 |
antirez | REDIS_MAX_COMPLETED_JOBS_PROCESSED is now in percentage...
|
commit | commitdiff | tree |
2010-01-20 |
antirez | fixed a deadlock caused by too much finished processes...
|
commit | commitdiff | tree |
2010-01-20 |
antirez | ae.c event loop does no longer support exception notificatio...
|
commit | commitdiff | tree |
2010-01-19 |
antirez | commercial tools stuff removed from the Redis makefile...
|
commit | commitdiff | tree |
2010-01-19 |
antirez | removed a bug in the function to cancel an I/O job
|
commit | commitdiff | tree |
2010-01-17 |
antirez | static symbols update
|
commit | commitdiff | tree |
2010-01-16 |
antirez | removed support for REDIS_HELGRIND_FRIENDLY since Helgrind...
|
commit | commitdiff | tree |
2010-01-15 |
antirez | now redis-cli understands -h
|
commit | commitdiff | tree |
2010-01-15 |
antirez | Create swap file only if not exists
|
commit | commitdiff | tree |
2010-01-15 |
antirez | I hate warnings
|
commit | commitdiff | tree |
2010-01-15 |
antirez | fixed a minor memory leak in configuration file parsing
|
commit | commitdiff | tree |
2010-01-15 |
antirez | minor fix
|
commit | commitdiff | tree |
2010-01-15 |
antirez | support for named VM swap file. Fixed a few important...
|
commit | commitdiff | tree |
2010-01-15 |
antirez | fix for the just added new test
|
commit | commitdiff | tree |
2010-01-15 |
antirez | useless debugging messages removed
|
commit | commitdiff | tree |
2010-01-15 |
antirez | new test added
|
commit | commitdiff | tree |
2010-01-15 |
antirez | thread safe zmalloc used memory counter
|
commit | commitdiff | tree |
2010-01-15 |
antirez | A define to make Redis more helgrind friendly
|
commit | commitdiff | tree |
2010-01-15 |
antirez | removed a few races from threaded VM
|
commit | commitdiff | tree |
next |