2012-10-05 |
Salvatore Sanfilippo | Merge pull request #544 from dvirsky/2.6 |
blob | commitdiff | raw |
2012-09-11 |
antirez | Make sure that SELECT argument is an integer or return... |
blob | commitdiff | raw |
2012-05-01 |
Salvatore Sanfilippo | Merge pull request #488 from pietern/2.6-safekeys |
blob | commitdiff | raw | diff to current |
2012-04-30 |
Pieter Noordhuis | Use safe dictionary iterator from KEYS |
blob | commitdiff | raw | diff to current |
2012-04-07 |
antirez | Never used function stringObjectEqualsMs() removed. |
blob | commitdiff | raw | diff to current |
2012-04-05 |
antirez | expireGenericCommand(): better variable names and a... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Premysl Hruby | for (p)expireat use absolute time, without double recom... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Premysl Hruby | fix mstime() ommited while comparing if key is already... |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Premysl Hruby | fix time() instead of mstime() in expireIfNeeded |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Premysl Hruby | remove disk-store related comments |
blob | commitdiff | raw | diff to current |
2012-03-10 |
antirez | Redis 2.6 branch obtained from unstable removing all... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
antirez | Merge conflicts resolved. |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Salvatore Sanfilippo | Merge pull request #304 from bradvoth/unstable |
blob | commitdiff | raw | diff to current |
2012-02-16 |
antirez | Merge branch 'issue327' into unstable |
blob | commitdiff | raw | diff to current |
2012-02-04 |
antirez | Use less memory when emitting the protocol, by using... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
antirez | Only incremnet stats for key miss/hit when the key... |
blob | commitdiff | raw | diff to current |
2012-01-30 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2012-01-30 |
antirez | setKey(): call the higher level wrapper setModifiedKey... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | some RDB server struct fields renamed. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | more AOF server struct fields renamed. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | AOF refactoring, now with three states: ON, OFF, WAIT_R... |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Salvatore Sanfilippo | Merge pull request #173 from jasondavies/typo |
blob | commitdiff | raw | diff to current |
2011-11-18 |
antirez | New script timeout semantics and SCRIPT KILL implemente... |
blob | commitdiff | raw | diff to current |
2011-11-15 |
Salvatore Sanfilippo | Merge pull request #181 from redsquirrel/unstable |
blob | commitdiff | raw | diff to current |
2011-11-10 |
antirez | high resolution expires API modified to use separated... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
antirez | TTL, EXPIRE and EXPIREAT now support the milliseconds... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
antirez | Initial support for key expire times with millisecond... |
blob | commitdiff | raw | diff to current |
2011-11-08 |
antirez | dict.c API names modified to be more coincise and consi... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
antirez | FLUSHALL now prevents rdbSave() from resetting the... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
antirez | FLUSHALL will only perform a blocking SAVE if RDB persi... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Salvatore Sanfilippo | Merge pull request #126 from florean/unstable |
blob | commitdiff | raw | diff to current |
2011-10-10 |
antirez | Fix for bug #128 about the RENAME command. |
blob | commitdiff | raw | diff to current |
2011-10-05 |
Salvatore Sanfilippo | Merge pull request #118 from dvirsky/unstable |
blob | commitdiff | raw | diff to current |
2011-10-04 |
antirez | replaced redisAssert() with redisAssertWithInfo() in... |
blob | commitdiff | raw | diff to current |
2011-09-22 |
antirez | merge conflicts resolved |
blob | commitdiff | raw | diff to current |
2011-07-12 |
antirez | master branch merged into scripting. |
blob | commitdiff | raw | diff to current |
2011-07-07 |
antirez | don't process EXPIRE with negative TTL or EXPIREAT... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Hampus Wessman | Don't expire keys while loading AOF. |
blob | commitdiff | raw | diff to current |
2011-06-25 |
antirez | unstable merge conflicts resolved |
blob | commitdiff | raw | diff to current |
2011-06-25 |
antirez | Merge remote branch 'origin/unstable' into unstable |
blob | commitdiff | raw | diff to current |
2011-06-25 |
antirez | diskstore removed |
blob | commitdiff | raw | diff to current |
2011-06-24 |
Salvatore Sanfilippo | Merge pull request #63 from djanowski/tcl |
blob | commitdiff | raw | diff to current |
2011-06-20 |
antirez | DB API refactoring. The changes were designed together... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
antirez | Merge branch 'unstable' |
blob | commitdiff | raw | diff to current |
2011-05-05 |
antirez | Fixed semantics of CLUSTER SETSLOT, SELECT now only... |
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-06 |
Pieter Noordhuis | Merge branch 'unstable' into unstable-zset |
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-28 |
antirez | fixed a bug in RENAME getKeys() function |
blob | commitdiff | raw | diff to current |
2011-03-28 |
antirez | bug fixed in zunionstore specific getKeys() implementation |
blob | commitdiff | raw | diff to current |
2011-03-28 |
antirez | Fixes to the new preloading / key discovery APIs |
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-04 |
antirez | TTL command fixed to work reliably with diskstore |
blob | commitdiff | raw | diff to current |
2011-01-14 |
antirez | master-slave replication fixed, it was not listing... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
antirez | test adapted to run with diskstore, and a few bugs... |
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-04 |
antirez | Merge branch 'master' into unstable |
blob | commitdiff | raw | diff to current |
2011-01-03 |
antirez | fixed logging level for debugging message |
blob | commitdiff | raw | diff to current |
2011-01-03 |
antirez | diskstore more fixes |
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-02 |
antirez | fixed a bug in diskstore |
blob | commitdiff | raw | diff to current |
2011-01-01 |
antirez | blocking load fixed with the new design |
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 | minor changes to doc and comments |
blob | commitdiff | raw | diff to current |
2010-12-31 |
antirez | negative caching implemented |
blob | commitdiff | raw | diff to current |
2010-12-31 |
antirez | major bug and a dead lock fixed |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | blocking load of keys on lookup -- nor tested, nor... |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | short but important comment added |
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 | more work done for diskstore without trying to compile... |
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-28 |
antirez | a lot of code reworked/removed to implement object... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Pieter Noordhuis | Merge remote branch 'visionmedia/cli-help' into cli... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
antirez | command lookup process turned into a much more flexible... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | Merge remote branch 'pietern/unixsocket' |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | Do not update the LRU info on key lookup when we have... |
blob | commitdiff | raw | diff to current |
2010-10-28 |
antirez | merge conflict resolved |
blob | commitdiff | raw | diff to current |
2010-10-28 |
antirez | Merge remote branch 'remotes/pietern/zrevrangebyscore' |
blob | commitdiff | raw | diff to current |
2010-10-15 |
antirez | added keyspace_hits and keyspace_misses fields in INFO... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
antirez | Don't increment dirty on expireIfNeeded() as natural... |
blob | commitdiff | raw | diff to current |
2010-10-14 |
antirez | Merge remote branch 'pietern/ziplist-regression' |
blob | commitdiff | raw | diff to current |
2010-10-14 |
antirez | Object approximated LRU algorithm enhanced / fixed... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Pieter Noordhuis | Merge branch 'master' into zrevrangebyscore |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Pieter Noordhuis | Merge master with resolved conflict in src/redis-cli.c |
blob | commitdiff | raw | diff to current |
2010-10-07 |
antirez | fixed an alignment problem with time_t is 32 bit, long... |
blob | commitdiff | raw | diff to current |
2010-09-22 |
antirez | Merge remote branch 'pietern/zset-mem' |
blob | commitdiff | raw | diff to current |
2010-09-22 |
antirez | Merge remote branch 'pietern/ziplist-eff' |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Pieter Noordhuis | Merge branch 'zset-mem' into zrevrangebyscore |
blob | commitdiff | raw | diff to current |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
blob | commitdiff | raw | diff to current |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
blob | commitdiff | raw | diff to current |
2010-09-08 |
antirez | Fix re-enabled again, I forgot to check if VM was enabl... |
blob | commitdiff | raw | diff to current |
2010-09-08 |
antirez | latest fix reverted, there is some problem reported... |
blob | commitdiff | raw | diff to current |
2010-09-08 |
antirez | Fixed a race condition in VM happening when a key was... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Pieter Noordhuis | Merge branch 'master' into networking-perf |
blob | commitdiff | raw | diff to current |
next |