2010-03-09 |
antirez | Merged ZREVRANK from Pietern |
blob | commitdiff | raw |
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 |
2010-03-01 |
antirez | KEYS now returns a multi bulk reply |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Damian Janowski | Add DISCARD command to discard queued MULTI commands. |
blob | commitdiff | raw | diff to current |
2010-03-01 |
antirez | Swappability bug due to a typo fixed thanks to code... |
blob | commitdiff | raw | diff to current |
2010-02-27 |
antirez | Bug #169 fixed (BLOP/BRPOP interrupted connections... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
antirez | Fixed 32bit make target to work on Linux out of the box |
blob | commitdiff | raw | diff to current |
2010-02-19 |
antirez | A problem with replication with multiple slaves connect... |
blob | commitdiff | raw | diff to current |
2010-02-09 |
antirez | VM now is able to block clients on swapped keys for... |
blob | commitdiff | raw | diff to current |
2010-02-07 |
antirez | ZRANGEBYSCORE now supports open intervals, prefixing... |
blob | commitdiff | raw | diff to current |
2010-02-07 |
antirez | WITHSCORES in ZRANGEBYSCORE thanks to Sam Hendley |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Sam Hendley | Added "withscores" option to zrangebyscore command... |
blob | commitdiff | raw | diff to current |
2010-02-06 |
antirez | DEBUG OBJECT provide info about serialized object lengt... |
blob | commitdiff | raw | diff to current |
2010-02-06 |
antirez | multi bulk requests in redis-benchmark, default fsync... |
blob | commitdiff | raw | diff to current |
2010-02-04 |
antirez | APPEND command |
blob | commitdiff | raw | diff to current |
2010-02-02 |
antirez | Faster version of the function hashing possibly encoded... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
antirez | faster Set loading time from .rdb file resizing the... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
antirez | Log time taken to load the DB at startup, in seconds |
blob | commitdiff | raw | diff to current |
2010-01-31 |
antirez | Fixed VM corruption due to child fclosing the VM file... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
antirez | loading side of the threaded VM |
blob | commitdiff | raw | diff to current |
2010-01-23 |
antirez | Fixed memory human style memory reporting, removed... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
antirez | VM tuning thanks to redis-stat vmstat. Now it performs... |
blob | commitdiff | raw | diff to current |
2010-01-21 |
antirez | REDIS_MAX_COMPLETED_JOBS_PROCESSED is now in percentage... |
blob | commitdiff | raw | diff to current |
2010-01-20 |
antirez | fixed a deadlock caused by too much finished processes... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
antirez | removed a bug in the function to cancel an I/O job |
blob | commitdiff | raw | diff to current |
2010-01-16 |
antirez | removed support for REDIS_HELGRIND_FRIENDLY since Helgr... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | Create swap file only if not exists |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | I hate warnings |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | fixed a minor memory leak in configuration file parsing |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | minor fix |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | support for named VM swap file. Fixed a few important... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | useless debugging messages removed |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | thread safe zmalloc used memory counter |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | A define to make Redis more helgrind friendly |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | removed a few races from threaded VM |
blob | commitdiff | raw | diff to current |
2010-01-14 |
antirez | Fixed a never experienced, theoretical bug that can... |
blob | commitdiff | raw | diff to current |
2010-01-14 |
antirez | Set the new threads stack size to a LZF friendly amount |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | access to already freed job structure fixed by statemen... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | removed a useless debugging message |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | Wait zero active threads condition before to fork(... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | list API is now thread safe |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | minor TODO and debugging info changes |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | support for blocking VM in config file |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | more non blocking VM changes |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | a few more stuff in INFO about VM. Test #11 changed... |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | Added a define to configure how many completed IO jobs... |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | Fixed a bug in the IO Job canceling funtion |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | more steps towards a working non blocking VM |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | converted random printfs in debug logs |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | removed a bug introduced with non blocking VM |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | a few non blocking VM bugs fixed |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | More work on non-blocking VM. Should work in a few... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | More threaded I/O VM work + Redis init script |
blob | commitdiff | raw | diff to current |
2010-01-10 |
antirez | more work on VM threaded I/O. Still nothing of usable |
blob | commitdiff | raw | diff to current |
2010-01-09 |
antirez | non-blocking VM data structures, just a start |
blob | commitdiff | raw | diff to current |
2010-01-08 |
antirez | used_memory_human added to INFO output. Human readable... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | Now DEBUG OBJECT plays well with swapped out objects |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | fflush VM swap file after object swapping |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | VM now swaps objects out while loading datasets not... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | added process id information in INFO |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | a new default redis.conf |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | VM stats in INFO command |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | Introduced a new log verbosity level, so now DEBUG... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | fixed a bug in bgsave when VM is off but still it was... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | converted a few calls to assert() => redisAssert()... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | BGREWRITEAOF now works with swapping on |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | A first fix for SET key overwrite |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | SAVE now works with VM |
blob | commitdiff | raw | diff to current |
next |