summaryrefslogtreecommitdiff
path: root/utils/hyperloglog
Commit message (Expand)AuthorAgeFilesLines
* Fix HyperLogLog test script for new redis-rb API.antirez2018-03-161-1/+1
* Fix HLL gnuplot graph generator script for new redis-rb versions.antirez2016-12-161-1/+1
* Make hll-gnuplot-graph.rb callable from cli.antirez2014-04-031-4/+5
* hll-gnuplot-graph.rb improved with new filter.antirez2014-04-021-13/+22
* HyperLogLog API prefix modified from "P" to "PF".antirez2014-03-312-4/+4
* HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.antirez2014-03-312-4/+4
* hll-gnuplot-graph.rb: added new filter "all".antirez2014-03-311-5/+14
* hll-gnuplot-graph.rb: Use |error| when filter is :maxantirez2014-03-311-0/+1
* Ignore txt files inside utils/hyperloglog.antirez2014-03-311-0/+1
* hll-gnuplot-graph.rb added to plot HyperLogLog error graphs.antirez2014-03-311-0/+68
* hll-err.rb: speedup using pipelining.antirez2014-03-281-10/+16
* hll-err.rb added to test error rate of Redis HyperLogLog.antirez2014-03-281-0/+21