summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Changelog format modified to be less verbose.antirez2016-07-281-1/+5
* test-lru.rb: support for testing volatile-ttl policy.antirez2016-07-201-14/+49
* LFU simulator: remove dead code.antirez2016-07-141-5/+0
* LRU simulator: fix new entry creation decr time.antirez2016-07-141-1/+1
* LRU simulator: fix new entry creation.antirez2016-07-141-2/+2
* LFU: Simulation of the algorithm planned for Redis.antirez2016-07-141-0/+163
* LRU: Fix output fixes to new test-lru.rb.antirez2016-07-111-6/+6
* LRU: test-lru.rb improved in different ways.antirez2016-07-112-98/+180
* Added a trivial program to randomly corrupt RDB files in /utils.antirez2016-07-011-0/+44
* Added documentation for non-interactive install procedureMichiel De Mey2016-06-101-3/+19
* Allow non-interactive execution of install_serverMichiel De Mey2016-05-131-28/+45
* Added a tool for generating changelogs automatically.antirez2016-05-041-0/+26
* 03_test_release.sh: proper cleanup before testing.antirez2016-01-281-0/+2
* Added Tcl program to show commits graphicaly.antirez2015-11-202-0/+112
* Update redis-cli help and the script to generate it.antirez2015-11-171-1/+3
* Fix order of release scripts.antirez2015-05-052-0/+0
* create-cluster fix for stop and watch commandssuperlogical2015-03-241-2/+2
* Cluster: ignore various node files in create-cluster dir.antirez2015-03-131-0/+4
* utils/hashtable/rehashing.c test updated to use new API.antirez2015-02-251-12/+22
* rehashing.c: Fix compile error originating from SPOP rewriteSisir Koppaka2015-02-181-1/+1
* dict.c Rehashing visualization code snippet added to utils.antirez2015-02-112-0/+145
* Ignore config.sh inside create-cluster script dir.antirez2015-02-031-0/+1
* Cluster: Tcl script to check avg pfail->fail time.antirez2015-01-301-0/+50
* Cluster: create-cluster script improved.antirez2015-01-302-15/+43
* create-cluster script: sane default timeout.antirez2015-01-291-1/+2
* create-cluster script added.antirez2015-01-282-0/+93
* Merge pull request #2103 from coderholic/unstableSalvatore Sanfilippo2014-12-111-2/+3
|\
| * Update redis_init_script.tplBen Dowling2014-10-261-2/+3
* | Mark whatisdoing.sh as deprecated in top-comment.antirez2014-12-091-0/+6
* | Update whatisdoing.shSerghei Iakovlev2014-12-051-1/+1
* | getting pid fixesSerghei Iakovlev2014-12-051-1/+1
|/
* 02_upload_tarball.sh: let me exit before updating site.antirez2014-10-091-1/+2
* Fix typo in unit testAniruddh Chaturvedi2014-09-291-2/+2
* Fix 03_release_hash.sh commit message.antirez2014-09-191-1/+1
* 03_release_hahs.sh: let me edit before committing.antirez2014-09-191-1/+1
* Quick, wrong, fix for create_tarball script.antirez2014-09-191-0/+1
* 03_release_hash.sh: fix commit stage.antirez2014-09-191-1/+1
* 02_upload_tarball.sh fixes.antirez2014-09-191-2/+4
* First version of release scripts.antirez2014-09-194-0/+35
* Use correct github url to find commands.jsonJan-Erik Rediger2014-08-251-1/+1
* install_server.sh: add missing bangJan-Erik Rediger2014-08-071-2/+2
* generate-command-help.rb updated with new hyperloglog group.antirez2014-04-221-1/+2
* 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