| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add SCAN command | Pieter Noordhuis | 2013-10-25 | 1 | -0/+100 |
* | Cluster: cluster stuff moved from redis.h to cluster.h. | antirez | 2013-10-09 | 1 | -0/+1 |
* | Allow SHUTDOWN in loading state. | antirez | 2013-06-27 | 1 | -0/+6 |
* | EXPIRE should not resurrect keys. Issue #1026. | antirez | 2013-03-28 | 1 | -3/+3 |
* | TTL / PTTL commands: two bugs fixed. | antirez | 2013-03-26 | 1 | -3/+3 |
* | Cluster: move slotToKeyFlush() to emptyDb(). | antirez | 2013-03-21 | 1 | -1/+1 |
* | Cluster: use O(log(N)) algo for countKeysInSlot(). | antirez | 2013-02-25 | 1 | -8/+21 |
* | Cluster: fix case for getKeysInSlot() and countKeysInSlot(). | antirez | 2013-02-25 | 1 | -2/+2 |
* | Cluster: added new API countKeysInSlot(). | antirez | 2013-02-25 | 1 | -0/+16 |
* | Cluster: fix case of slotToKey...() functions. | antirez | 2013-02-22 | 1 | -10/+10 |
* | Cluster: empty the internal sorted set mapping keys to slots on FLUSHDB/ALL. | antirez | 2013-02-22 | 1 | -0/+8 |
* | Cluster: the cluster state structure is now heap allocated. | antirez | 2013-02-14 | 1 | -3/+3 |
* | PSYNC: work in progress, preview #2, rebased to unstable. | antirez | 2013-02-12 | 1 | -2/+1 |
* | Send 'expired' events when a key expires by lookup. | antirez | 2013-01-28 | 1 | -0/+2 |
* | Keyspace events: it is now possible to select subclasses of events. | antirez | 2013-01-28 | 1 | -5/+8 |
* | Keyspace events added for more commands. | antirez | 2013-01-28 | 1 | -0/+2 |
* | Initial test events for the new keyspace notification API. | antirez | 2013-01-28 | 1 | -0/+3 |
* | Fixed over-80-cols comment in db.c | antirez | 2013-01-28 | 1 | -1/+2 |
* | Whitelist SIGUSR1 to avoid auto-triggering errors. | antirez | 2013-01-19 | 1 | -1/+1 |
* | Fixed many typos. | guiquanz | 2013-01-19 | 1 | -3/+3 |
* | TTL API change: TTL returns -2 for non existing keys. | antirez | 2012-11-12 | 1 | -0/+7 |
* | BSD license added to every C source and header file. | antirez | 2012-11-08 | 1 | -0/+29 |
* | Make sure that SELECT argument is an integer or return an error. | antirez | 2012-09-11 | 1 | -1/+5 |
* | Use safe dictionary iterator from KEYS | Pieter Noordhuis | 2012-05-01 | 1 | -1/+1 |
* | Never used function stringObjectEqualsMs() removed. | antirez | 2012-04-07 | 1 | -8/+0 |
* | expireGenericCommand(): better variable names and a top-comment that describe... | antirez | 2012-04-05 | 1 | -7/+14 |
* | for (p)expireat use absolute time, without double recomputation | Premysl Hruby | 2012-04-05 | 1 | -7/+6 |
* | fix mstime() ommited while comparing if key is already expired | Premysl Hruby | 2012-04-05 | 1 | -1/+1 |
* | remove disk-store related comments | Premysl Hruby | 2012-03-27 | 1 | -24/+0 |
* | fix time() instead of mstime() in expireIfNeeded | Premysl Hruby | 2012-03-27 | 1 | -1/+1 |
* | Use less memory when emitting the protocol, by using more shared objects for ... | antirez | 2012-02-04 | 1 | -2/+3 |
* | Only incremnet stats for key miss/hit when the key is semantically accessed i... | antirez | 2012-02-01 | 1 | -3/+8 |
* | setKey(): call the higher level wrapper setModifiedKey() instead of touchWatc... | antirez | 2012-01-30 | 1 | -1/+1 |
* | some RDB server struct fields renamed. | antirez | 2011-12-21 | 1 | -5/+5 |
* | more AOF server struct fields renamed. | antirez | 2011-12-21 | 1 | -1/+1 |
* | AOF refactoring, now with three states: ON, OFF, WAIT_REWRITE. | antirez | 2011-12-21 | 1 | -1/+1 |
* | New script timeout semantics and SCRIPT KILL implemented. SHUTDOWN NOSAVE and... | antirez | 2011-11-18 | 1 | -2/+16 |
* | high resolution expires API modified to use separated commands. AOF transatio... | antirez | 2011-11-10 | 1 | -33/+21 |
* | TTL, EXPIRE and EXPIREAT now support the milliseconds input/output form | antirez | 2011-11-09 | 1 | -4/+28 |
* | Initial support for key expire times with millisecond resolution. RDB version... | antirez | 2011-11-09 | 1 | -21/+42 |
* | dict.c API names modified to be more coincise and consistent. | antirez | 2011-11-08 | 1 | -5/+5 |
* | FLUSHALL now prevents rdbSave() from resetting the dirty counter, so that the... | antirez | 2011-10-17 | 1 | -1/+7 |
* | FLUSHALL will only perform a blocking SAVE if RDB persistence is configured. | antirez | 2011-10-17 | 1 | -1/+1 |
* | Fix for bug #128 about the RENAME command. | antirez | 2011-10-10 | 1 | -3/+6 |
* | replaced redisAssert() with redisAssertWithInfo() in a shitload of places. | antirez | 2011-10-04 | 1 | -6/+6 |
* | don't process EXPIRE with negative TTL or EXPIREAT with time in the past if w... | antirez | 2011-07-07 | 1 | -3/+17 |
* | Don't expire keys while loading AOF. | Hampus Wessman | 2011-07-07 | 1 | -1/+4 |
* | diskstore removed | antirez | 2011-06-25 | 1 | -81/+1 |
* | DB API refactoring. The changes were designed together with Pieter Noordhuis. | antirez | 2011-06-20 | 1 | -37/+44 |
* | Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if... | antirez | 2011-05-05 | 1 | -1/+1 |