summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* HLLCOUNT implemented.antirez2014-03-283-2/+68
* HLLADD implemented.antirez2014-03-283-3/+93
* hllAdd() low level HyperLogLog "add" implemented.antirez2014-03-281-0/+45
* HyperLogLog: redefine constants using "P".antirez2014-03-281-2/+3
* HLL_SET_REGISTER fixed.antirez2014-03-281-13/+18
* Use REDIS_HLL_REGISTER_MAX when possible.antirez2014-03-281-1/+1
* HLL_(SET|GET)_REGISTER types fixed.antirez2014-03-281-7/+9
* HLLSELFTEST command implemented.antirez2014-03-284-8/+53
* HyperLogLog: initial sketch of registers access.antirez2014-03-281-0/+175
* Cluster: last_vote_epoch -> lastVoteEpoch.antirez2014-03-272-9/+9
* Cluster: save/restore vars that must persist after recovery.antirez2014-03-271-6/+36
* Cluster: handshake "already known" error logged to VERBOSE.antirez2014-03-261-1/+1
* Cluster: clusterHandleConfigEpochCollision() fixed.antirez2014-03-261-2/+6
* Cluster: better logging for clusterUpdateSlotsConfigWith().antirez2014-03-261-3/+13
* Cluster: CLUSTER SETSLOT implementation comment updated.antirez2014-03-251-3/+5
* Cluster: redis-trib cluster allocation more even across nodes.antirez2014-03-251-6/+10
* Cluster: configEpoch collisions resolution.antirez2014-03-251-0/+72
* Cluster: stay within 80 cols.antirez2014-03-251-26/+62
* Fix off by one bug in freeMemoryIfNeeded() eviction pool.antirez2014-03-251-1/+1
* Test: do not complain when "leaks" can't run because process died.antirez2014-03-251-0/+4
* adjustOpenFilesLimit() refactoring.antirez2014-03-251-15/+17
* Merge pull request #1630 from mattsta/fix-infinite-loop-ulimitSalvatore Sanfilippo2014-03-253-15/+46
|\
| * Fix potentially incorrect errno usageMatt Stancliff2014-03-241-1/+2
| * Add REDIS_MIN_RESERVED_FDS define for open fdsMatt Stancliff2014-03-242-7/+8
| * Fix infinite loop on startup if ulimit too lowMatt Stancliff2014-03-241-0/+11
| * Improve error handling around setting ulimitsMatt Stancliff2014-03-241-4/+22
| * Replace magic 32 with REDIS_EVENTLOOP_FDSET_INCRMatt Stancliff2014-03-241-7/+7
| * Fix maxclients error handlingMatt Stancliff2014-03-242-2/+2
* | Fixed undefined variable value with certain code paths.antirez2014-03-241-2/+1
* | Merge pull request #1635 from mattsta/lruclock-instead-of-getlruclockSalvatore Sanfilippo2014-03-241-2/+2
|\ \
| * | Use LRU_CLOCK() instead of function getLRUClock()Matt Stancliff2014-03-241-2/+2
|/ /
* | Merge pull request #1606 from mattsta/fix-disk-full-datalossSalvatore Sanfilippo2014-03-243-15/+18
|\ \
| * | Sentinel: Notify user when config can't be savedMatt Stancliff2014-03-241-9/+12
| * | Fix data loss when save AOF/RDB with no free spaceMatt Stancliff2014-03-242-6/+6
|/ /
* | Merge pull request #1617 from mattsta/remove-unused-warningSalvatore Sanfilippo2014-03-241-3/+1
|\ \
| * | Cluster: remove variable causing warningMatt Stancliff2014-03-181-3/+1
* | | Merge pull request #1629 from mattsta/fix-trib-master-assignmentSalvatore Sanfilippo2014-03-241-0/+1
|\ \ \
| * | | Cluster: Restore proper trib master iterationMatt Stancliff2014-03-241-0/+1
| | |/ | |/|
* | | Merge pull request #1628 from mattsta/fix-trib-createSalvatore Sanfilippo2014-03-241-8/+22
|\ \ \
| * | | Cluster: Fix trib create when masters==replicasMatt Stancliff2014-03-241-8/+22
| |/ /
* | | Merge pull request #1627 from badboy/lru-fixSalvatore Sanfilippo2014-03-241-3/+3
|\ \ \
| * | | Fixed a few typos.Jan-Erik Rediger2014-03-201-3/+3
* | | | Merge pull request #1609 from badboy/install_server-fixSalvatore Sanfilippo2014-03-243-73/+140
|\ \ \ \ | |_|/ / |/| | |
| * | | Finally fix the `install_server.sh` script.Jan-Erik Rediger2014-03-153-73/+140
* | | | Sample and cache RSS in serverCron().antirez2014-03-244-5/+10
* | | | sdscatvprintf(): Try to use a static buffer.antirez2014-03-241-6/+18
* | | | Cache uname() output across INFO calls.antirez2014-03-241-2/+9
* | | | sdscatvprintf(): guess buflen using format length.antirez2014-03-241-1/+2
* | | | Add test-lru.rb to utils.antirez2014-03-212-0/+125
* | | | Use getLRUClock() instead of server.lruclock to create objects.antirez2014-03-211-2/+2