2011-06-10 |
antirez | Merge remote branch 'pietern/unstable-bench' into unstable |
blob | commitdiff | raw |
2011-06-10 |
antirez | Merge remote branch 'origin/unstable' into unstable |
blob | commitdiff | raw |
2011-06-10 |
antirez | automatic AOF rewrite first implementation. Still to... |
blob | commitdiff | raw |
2011-06-05 |
antirez | Merge remote branch 'origin/unstable' into unstable |
blob | commitdiff | raw | diff to current |
2011-05-30 |
Pieter Noordhuis | Make replication faster (biggest gain for small number... |
blob | commitdiff | raw | diff to current |
2011-05-29 |
antirez | INFO now contains the time (in usecs) needed to fork... |
blob | commitdiff | raw | diff to current |
2011-05-29 |
antirez | Merge remote branch 'pietern/unstable-replnonblock... |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Pieter Noordhuis | Configurable synchronous I/O timeout |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Pieter Noordhuis | Minor changes in non-blocking repl. connect |
blob | commitdiff | raw | diff to current |
2011-05-19 |
Pieter Noordhuis | Non-blocking connect with master |
blob | commitdiff | raw | diff to current |
2011-05-05 |
Pieter Noordhuis | Tests for string2ll; move isObject* to object.c |
blob | commitdiff | raw | diff to current |
2011-05-05 |
antirez | cluster import/export of hash slots implemented in... |
blob | commitdiff | raw | diff to current |
2011-05-01 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
antirez | CLUSTER GETKEYSINSLOT implemented |
blob | commitdiff | raw | diff to current |
2011-04-28 |
antirez | take a hashslot -> keys index, will be used for cluster... |
blob | commitdiff | raw | diff to current |
2011-04-21 |
antirez | CLIENT LIST implemented |
blob | commitdiff | raw | diff to current |
2011-04-21 |
antirez | save peak memory usage as statistic and show it in... |
blob | commitdiff | raw | diff to current |
2011-04-14 |
antirez | Merge remote branch 'pietern/unstable-zset' into unstable |
blob | commitdiff | raw | diff to current |
2011-04-13 |
antirez | ASCII ART FTW |
blob | commitdiff | raw | diff to current |
2011-04-06 |
Pieter Noordhuis | Merge branch 'unstable' into unstable-zset |
blob | commitdiff | raw | diff to current |
2011-04-06 |
antirez | make sure that OBJECT ENCODING returns skiplist for... |
blob | commitdiff | raw | diff to current |
2011-04-06 |
antirez | OBJECT command implemented |
blob | commitdiff | raw | diff to current |
2011-04-01 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
blob | commitdiff | raw | diff to current |
2011-04-01 |
antirez | DUMP implemented, RESTORE and MIGRATE fixed. Use zcallo... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
antirez | centralized cluster config file name. Assigned slots... |
blob | commitdiff | raw | diff to current |
2011-03-29 |
antirez | Cluster branch merged to unstable. |
blob | commitdiff | raw | diff to current |
2011-03-29 |
antirez | Merge remote branch 'origin/getkeys' into unstable |
blob | commitdiff | raw | diff to current |
2011-03-23 |
antirez | new preloading implemented, still EXEC not handled... |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Pieter Noordhuis | Fix DEBUG DIGEST, SORT and AOF rewrite |
blob | commitdiff | raw | diff to current |
2011-03-11 |
Pieter Noordhuis | Make zzl API unaware of the robj where the ziplist... |
blob | commitdiff | raw | diff to current |
2011-03-10 |
Pieter Noordhuis | Encode sorted set after loading from dump |
blob | commitdiff | raw | diff to current |
2011-03-10 |
Pieter Noordhuis | Add new string to long long function |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Pieter Noordhuis | Configurable thresholds for encoded sorted sets |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Pieter Noordhuis | Persistence code for encoded sorted sets |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Pieter Noordhuis | Add function to create ziplist-backed sorted set |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Pieter Noordhuis | Fast conversion of double when representable as long... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
antirez | Merge remote branch 'pietern/unstable-sigs' into unstable |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Pieter Noordhuis | Save RDB on SIGTERM (see issue #471) |
blob | commitdiff | raw | diff to current |
2011-02-28 |
antirez | added new RDB codes for ziplist encoded lists and intse... |
blob | commitdiff | raw | diff to current |
2011-02-28 |
antirez | save zipmap encoded hashes as blobs. Work in progress. |
blob | commitdiff | raw | diff to current |
2011-02-25 |
antirez | less delays in diskstore when there are many writes... |
blob | commitdiff | raw | diff to current |
2011-02-11 |
antirez | fixed two diskstore issues, a quasi-deadlock creating... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
antirez | INFO commandstats section reset with config resetstat... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
antirez | Now INFO outputs the "INFO default" output if no argume... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
antirez | profiling information in INFO |
blob | commitdiff | raw | diff to current |
2011-01-17 |
Pieter Noordhuis | Remove client from list of unblocked clients when it... |
blob | commitdiff | raw | diff to current |
2011-01-15 |
antirez | lame typo causing bad hashes memory characteristic |
blob | commitdiff | raw | diff to current |
2011-01-14 |
antirez | implemented two new INFO fields showing the size of... |
blob | commitdiff | raw | diff to current |
2011-01-13 |
antirez | redisServer structure fields reordered for clarity |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | blocking SAVE implemented |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | diskstore BGSAVE should work now |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | more work towards diskstore bgsave |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | source reshaped a bit to play well with a bgsaving... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
antirez | BGSAVE work in progress |
blob | commitdiff | raw | diff to current |
2011-01-05 |
antirez | Merge remote branch 'pietern/writev-unstable' into... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
antirez | IO performances greatly improved under high writes... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Pieter Noordhuis | Remove glueoutputbuf option and broken code |
blob | commitdiff | raw | diff to current |
2011-01-04 |
antirez | Merge branch 'master' into unstable |
blob | commitdiff | raw | diff to current |
2011-01-03 |
antirez | diskstore bug fixing and negative cache proper implemen... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
antirez | FLUSHALL / FLUSHDB for diskstore implemented |
blob | commitdiff | raw | diff to current |
2011-01-01 |
antirez | implemented a different approach to IO scheduling,... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
antirez | negative caching implemented |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | handled DEL command as a special optimized case for... |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | diskstore cache bug fixing |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | don't use small shared integer objects when disk store... |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | filesystem based KV store mostly implemented in diskstore.c |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | more work done for diskstore without trying to compile... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | cron part of disk store object cache implemented. Objec... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | touched key for WATCH refactored into a more general... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | more step forwards for disk store to be able to run |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | still more work for diskstore |
blob | commitdiff | raw | diff to current |
2010-12-28 |
antirez | more work converting vm into object cache |
blob | commitdiff | raw | diff to current |
2010-12-28 |
antirez | a lot of code reworked/removed to implement object... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
antirez | initial changes needed to turn the current VM code... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
antirez | added diskstore.c in Makefile and prototypes in redis.h |
blob | commitdiff | raw | diff to current |
2010-12-23 |
antirez | Merge remote branch 'pietern/bench-fix' |
blob | commitdiff | raw | diff to current |
2010-12-20 |
antirez | Merge branch 'master' of github.com:antirez/redis |
blob | commitdiff | raw | diff to current |
2010-12-19 |
antirez | removed some dead code, added evicted keys counter... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | special encoding limits redefined, and all the config... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'jonahharris/syslog' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'pietern/cli-monitor' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge branch 'master' of github.com:antirez/redis |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'pietern/strrange' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'pietern/brpoplpush' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Pieter Noordhuis | Refactor and rename SUBSTR to GETRANGE |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Pieter Noordhuis | Add SETRANGE command implementation and tests |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | cow friendly HGETALL and variants |
blob | commitdiff | raw | diff to current |
2010-12-10 |
antirez | Merge remote branch 'pietern/testverbosity' |
blob | commitdiff | raw | diff to current |
2010-12-10 |
antirez | fixed compilation on Linux |
blob | commitdiff | raw | diff to current |
2010-12-10 |
antirez | HGET HMGET are now COW friendly, plus API refactoring... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
antirez | SINTER/MEMBERS are now COW friendly, also some refactor... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Jonah H. Harris | syslog support |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Pieter Noordhuis | Add commands SETBIT/GETBIT |
blob | commitdiff | raw | diff to current |
2010-12-09 |
antirez | COW friendly versions of SPOP and SRANDMEMBER commands... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
antirez | LRANGE converted into a COW friendly command. Some... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Pieter Noordhuis | Don't execute commands for clients when they are unblocked |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Pieter Noordhuis | Rename blpop_blocked_clients to bpop_blocked_clients |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Pieter Noordhuis | Merge branch 'master' into brpoplpush |
blob | commitdiff | raw | diff to current |
2010-11-30 |
antirez | minor merge conflicts merging cli-help branch fixed |
blob | commitdiff | raw | diff to current |
next |