summaryrefslogtreecommitdiff
path: root/src/redis.c
Commit message (Expand)AuthorAgeFilesLines
* Geo: GEOHASH command added, returning standard geohash strings.antirez2015-06-241-0/+1
* Geo: JSON features removedantirez2015-06-221-1/+1
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-221-0/+5
* fix compile error for struct msghdrclark.kang2015-05-051-0/+1
* Cluster: redirection refactoring + handling of blocked clients.antirez2015-03-241-21/+9
* Cluster: fix Lua scripts replication to slave nodes.antirez2015-03-221-0/+2
* Fix typo in beforeSleep() comment.antirez2015-03-211-1/+1
* Cluster: better cluster state transiction handling.antirez2015-03-201-0/+2
* Cluster: move clusterBeforeSleep() call before unblocked clients processing.antirez2015-03-201-3/+6
* Net: better Unix socket error. Issue #2449.antirez2015-03-111-1/+1
* CONFIG refactoring: configEnum abstraction.antirez2015-03-111-1/+1
* Hash: HSTRLEN (was HVSTRLEN) improved.antirez2015-02-271-1/+1
* Merge pull request #2415 from landmime/unstableSalvatore Sanfilippo2015-02-271-0/+1
|\
| * added a new hvstrlen commandJason Roth2015-02-211-0/+1
* | Merge pull request #2273 from mattsta/improve/consistency/INFO/memorySalvatore Sanfilippo2015-02-241-5/+20
|\ \ | |/ |/|
| * Add maxmemory limit to INFO MEMORYMatt Stancliff2015-01-091-4/+10
| * Improve consistency of INFO MEMORY fieldsMatt Stancliff2015-01-091-1/+10
* | alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.antirez2015-02-111-4/+9
* | Change alsoPropagate() behavior to make it more usable.antirez2015-02-111-2/+19
* | SPOP with count: initial fixes to the implementation.antirez2015-02-111-5/+18
* | Separate latency monitoring of eviction loop and eviction DELs.antirez2015-02-111-1/+5
* | Remove optional single-key path from evictionPoolPopulate().antirez2015-02-111-6/+0
* | dict.c: add dictGetSomeKeys(), specialized for eviction.antirez2015-02-111-1/+1
* | Handle redis-check-rdb as a standalone program.antirez2015-02-031-18/+6
* | Convert check-dump to Redis check-rdb modeMatt Stancliff2015-01-281-0/+24
* | Supervise redis processes only if configuredMatt Stancliff2015-01-091-22/+51
* | Define default pidfile when creating pidMatt Stancliff2015-01-091-1/+5
* | Create PID file even if in foregroundrebx2015-01-091-3/+4
|/
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-2/+2
* Add quicklist implementationMatt Stancliff2015-01-021-0/+2
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-0/+24
* Add addReplyBulkSds() functionMatt Stancliff2014-12-231-5/+1
* INFO loading stats: three fixes.antirez2014-12-231-3/+3
* Fix adjustOpenFilesLimit() logging to match real state.antirez2014-12-191-12/+12
* Merge pull request #2215 from advance512/spopWithCountSalvatore Sanfilippo2014-12-171-1/+1
|\
| * Added <count> parameter to SPOP:Alon Diamant2014-12-141-1/+1
* | getMemorySize() moved into zmalloc.c with other low level mem utils.antirez2014-12-171-50/+1
* | Merge branch 'improve/INFO/add-system-memory-size' of git://github.com/mattst...antirez2014-12-171-3/+64
|\ \ | |/ |/|
| * Add cached total system memory to INFO outputMatt Stancliff2014-12-111-1/+59
| * Add maxmemory_policy to INFO outputMatt Stancliff2014-12-111-2/+5
* | Don't log admin commands in MONITOR.antirez2014-12-131-1/+1
* | List of commands flagged as admin commands modified.antirez2014-12-131-7/+7
|/
* In redisIsSupervised() use MSG_NOSIGNAL only for Linux.antirez2014-12-111-2/+6
* Merge pull request #2134 from pyr/feature/supervised-initSalvatore Sanfilippo2014-12-111-2/+70
|\
| * Do not expect UPSTART_JOB to be redisPierre-Yves Ritschard2014-12-101-3/+0
| * Support daemon supervision by upstart or systemdPierre-Yves Ritschard2014-11-111-2/+73
* | Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn.antirez2014-12-041-0/+18
* | Network bandwidth tracking + refactoring.antirez2014-12-031-17/+41
* | Don't show the ASCII logo if syslog is enabled.antirez2014-12-031-9/+21
* | Mark PFCOUNT as read-only, even if not true.antirez2014-12-021-1/+1