Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR. | antirez | 2015-07-26 | 1 | -1/+1 |
* | RDMF: OBJ_ macros for object related stuff. | antirez | 2015-07-26 | 1 | -3/+3 |
* | RDMF: use client instead of redisClient, like Disque. | antirez | 2015-07-26 | 1 | -1/+1 |
* | RDMF (Redis/Disque merge friendlyness) refactoring WIP 1. | antirez | 2015-07-26 | 1 | -1/+1 |
* | Introduction of a new string encoding: EMBSTR | antirez | 2013-07-22 | 1 | -1/+1 |
* | BSD license added to every C source and header file. | antirez | 2012-11-08 | 1 | -4/+35 |
* | Limit memory used by big SLOWLOG entries. | antirez | 2012-04-21 | 1 | -6/+29 |
* | Added an unique ID field to every slow log entry. | antirez | 2011-06-30 | 1 | -1/+4 |
* | More redis.conf self-documentation. Now even queries that took exactly server... | antirez | 2011-06-30 | 1 | -1/+1 |
* | slow log configuration implemented | antirez | 2011-06-30 | 1 | -0/+1 |
* | First implementation of the slow log feature | antirez | 2011-06-30 | 1 | -0/+111 |