summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* HyperLogLog apply bias correction using a polynomial.antirez2014-04-161-11/+18
* HLLMERGE implemented.antirez2014-04-163-1/+67
* HLLCOUNT is technically a write commandantirez2014-04-161-0/+6
* HLLADD: propagate write when only variable name is given.antirez2014-04-161-0/+1
* hll-gnuplot-graph.rb: Use |error| when filter is :maxantirez2014-04-161-0/+1
* Ignore txt files inside utils/hyperloglog.antirez2014-04-161-0/+1
* HyperLogLog: use LINEARCOUNTING up to 3m.antirez2014-04-161-3/+11
* hll-gnuplot-graph.rb added to plot HyperLogLog error graphs.antirez2014-04-161-0/+68
* HyperLogLog approximated cardinality caching.antirez2014-04-161-3/+51
* String value unsharing refactored into proper function.antirez2014-04-166-31/+44
* Use endian neutral hash function for HyperLogLog.antirez2014-04-161-14/+28
* HyperLogLog internal representation modified.antirez2014-04-161-57/+87
* Remove a few useless operations from hllCount() fast path.antirez2014-04-161-4/+4
* HLLCOUNT 3x faster taking fast path for default params.antirez2014-04-161-11/+47
* Use processor base types in HLL_(GET|SET)_REGISTER.antirez2014-04-161-8/+8
* HyperLogLog: use precomputed table for 2^(-M[i]).antirez2014-04-161-1/+14
* hll-err.rb: speedup using pipelining.antirez2014-04-161-10/+16
* hll-err.rb added to test error rate of Redis HyperLogLog.antirez2014-04-161-0/+21
* HyperLogLog algorithm fixed in two ways.antirez2014-04-161-3/+8
* HLLCOUNT implemented.antirez2014-04-163-2/+68
* HLLADD implemented.antirez2014-04-163-4/+94
* hllAdd() low level HyperLogLog "add" implemented.antirez2014-04-161-0/+45
* HyperLogLog: redefine constants using "P".antirez2014-04-161-2/+3
* HLL_SET_REGISTER fixed.antirez2014-04-161-13/+18
* Use REDIS_HLL_REGISTER_MAX when possible.antirez2014-04-161-1/+1
* HLL_(SET|GET)_REGISTER types fixed.antirez2014-04-161-7/+9
* HLLSELFTEST command implemented.antirez2014-04-164-8/+53
* HyperLogLog: initial sketch of registers access.antirez2014-04-161-0/+175
* Document TTL changes in the 2.6 -> 2.8 migration doc.antirez2014-03-271-0/+3
* Redis 2.8.8.2.8.8antirez2014-03-252-1/+40
* Test: do not complain when "leaks" can't run because process died.antirez2014-03-251-0/+4
* adjustOpenFilesLimit() refactoring.antirez2014-03-251-15/+17
* Fix potentially incorrect errno usageMatt Stancliff2014-03-251-1/+2
* Add REDIS_MIN_RESERVED_FDS define for open fdsMatt Stancliff2014-03-252-7/+8
* Fix infinite loop on startup if ulimit too lowMatt Stancliff2014-03-251-0/+11
* Improve error handling around setting ulimitsMatt Stancliff2014-03-251-4/+22
* Replace magic 32 with REDIS_EVENTLOOP_FDSET_INCRMatt Stancliff2014-03-251-7/+7
* Fix maxclients error handlingMatt Stancliff2014-03-252-2/+2
* Sentinel: remove variable causing warningMatt Stancliff2014-03-251-3/+1
* Fixed undefined variable value with certain code paths.antirez2014-03-251-2/+1
* Sentinel: Notify user when config can't be savedMatt Stancliff2014-03-251-9/+12
* Small typo fixedJan-Erik Rediger2014-03-251-1/+1
* Fix data loss when save AOF/RDB with no free spaceMatt Stancliff2014-03-242-6/+6
* Finally fix the `install_server.sh` script.Jan-Erik Rediger2014-03-243-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
* Use 24 bits for the lru object field and improve resolution.antirez2014-03-211-3/+2
* Specify lruclock in redisServer structure via REDIS_LRU_BITS.antirez2014-03-211-2/+1