summaryrefslogtreecommitdiff
path: root/src/redis.h
Commit message (Expand)AuthorAgeFilesLines
* HyperLogLog API prefix modified from "P" to "PF".antirez2014-03-311-4/+4
* HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.antirez2014-03-311-4/+4
* HLLMERGE implemented.antirez2014-03-311-0/+1
* String value unsharing refactored into proper function.antirez2014-03-301-0/+1
* HLLCOUNT implemented.antirez2014-03-281-0/+1
* HLLADD implemented.antirez2014-03-281-0/+1
* HLLSELFTEST command implemented.antirez2014-03-281-0/+1
* Add REDIS_MIN_RESERVED_FDS define for open fdsMatt Stancliff2014-03-241-2/+3
* Fix maxclients error handlingMatt Stancliff2014-03-241-1/+1
* Sample and cache RSS in serverCron().antirez2014-03-241-0/+1
* The default maxmemory policy is now noeviction.antirez2014-03-211-1/+1
* Use 24 bits for the lru object field and improve resolution.antirez2014-03-201-3/+2
* Default LRU samples is now 5.antirez2014-03-201-1/+1
* LRU eviction pool implementation.antirez2014-03-201-1/+18
* Obtain LRU clock in a resolution dependent way.antirez2014-03-201-1/+8
* Specify lruclock in redisServer structure via REDIS_LRU_BITS.antirez2014-03-201-2/+1
* Specify LRU resolution in milliseconds.antirez2014-03-201-1/+1
* Set LRU parameters via REDIS_LRU_BITS define.antirez2014-03-201-2/+3
* Unify stats reset for CONFIG RESETSTAT / initServer().antirez2014-03-191-1/+2
* Cluster: SORT get keys helper implemented.antirez2014-03-101-0/+1
* Cluster: evalGetKey() added for EVAL/EVALSHA.antirez2014-03-101-0/+1
* Cluster: getKeysFromCommand() API cleaned up.antirez2014-03-101-7/+3
* refer to updateLRUClock's comment REDIS_LRU_CLOCK_MAX is 22 bits,but #define ...zhanghailei2014-03-041-1/+1
* Initial implementation of BITPOS.antirez2014-02-271-0/+1
* Update cached time in rdbLoad() callback.antirez2014-02-131-0/+1
* AOF: don't abort on write errors unless fsync is 'always'.antirez2014-02-121-0/+2
* CLIENT PAUSE and related API implemented.antirez2014-02-041-0/+4
* Scripting: use mstime() and mstime_t for lua_time_start.antirez2014-02-031-2/+2
* Option "backlog" renamed "tcp-backlog".antirez2014-01-311-2/+2
* Add support for listen(2) backlog definitionNenad Merdanovic2014-01-311-0/+2
* Cluster: configurable replicas migration barrier.antirez2014-01-311-0/+1
* Cluster: function clusterGetSlaveRank() added.antirez2014-01-291-0/+1
* Cluster: support to read from slave nodes.antirez2014-01-141-0/+3
* Set REDIS_AOF_REWRITE_MIN_SIZE to 64mb.antirez2014-01-141-1/+1
* Don't send REPLCONF ACK to old masters.antirez2014-01-081-1/+1
* CONFIG REWRITE: don't throw some options on config rewriteYubao Liu2013-12-191-0/+1
* Fix wrong repldboff type which causes dropped replication in rare cases.Yossi Gottlieb2013-12-111-1/+1
* Slaves heartbeats during sync improved.antirez2013-12-101-0/+1
* dict.c: added optional callback to dictEmpty().antirez2013-12-101-1/+1
* WAIT command: synchronous replication for Redis.antirez2013-12-041-1/+9
* BLPOP blocking code refactored to be generic & reusable.antirez2013-12-031-2/+25
* Removed old comments and dead code from freeClient().antirez2013-12-031-2/+0
* Cluster: basic data structures for nodes black list.antirez2013-11-291-0/+1
* Sentinel: test for writable config file.antirez2013-11-211-0/+1
* Sentinel: sentinelFlushConfig() to CONFIG REWRITE + fsync.antirez2013-11-191-0/+1
* Sentinel: CONFIG REWRITE support for Sentinel config.antirez2013-11-191-0/+2
* SCAN code refactored to parse cursor first.antirez2013-11-051-1/+2
* ZSCAN implemented.antirez2013-10-281-0/+1
* HSCAN implemented.antirez2013-10-281-0/+1
* SSCAN implemented.antirez2013-10-281-1/+3