summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-10-272-2/+2
* Start redis after network is online (#7639)YoongHM2020-09-011-0/+2
* add force option to 'create-cluster create' script call (#7612)Frank Meier2020-09-011-2/+6
* Fixes to release scripts (#7547)Oran Agra2020-09-012-2/+2
* Adds SHA256SUM to redis-stable tarball uploadItamar Haber2020-07-201-0/+1
* update release scripts for new hosts, and CI to run more tests (#7480)Oran Agra2020-07-204-23/+45
* change references to the github repo location (#7479)Oran Agra2020-07-202-2/+2
* Fix create-cluster BIN_PATH.antirez2020-04-301-1/+1
* Update create-clusterItamar Haber2020-04-301-1/+1
* Adds `BIN_PATH` to create-clusterItamar Haber2020-04-301-6/+8
* Merge pull request #6052 from jtru/better-systemd-integration-v2Salvatore Sanfilippo2019-12-193-0/+88
|\
| * Do not install SysV init-scripts on systemd-enabled hostsJohannes Truschnigg2019-11-191-0/+10
| * Provide example systemd service unit files for redis-serverJohannes Truschnigg2019-11-192-0/+78
* | create-cluster script tailall option.antirez2019-12-111-0/+7
* | create-cluster script: allow additional options.antirez2019-12-031-1/+2
|/
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-162-3/+5
|\
| * Added cluster host and protected mode variablesnikhilajayk2019-09-262-3/+5
* | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-0/+23
|/
* tracking_collisions.c: sha1 + crc64 implemented.antirez2019-08-021-0/+36
* tracking_collisions.c: initial skeleton.antirez2019-08-021-0/+40
* Note that install_server.sh is not for Mac OSXBrad Solomon2019-03-091-0/+3
* fix corrupt_rdb.c bug.Let the name of input rdb file name be valid.varianfeng2019-03-011-1/+2
* showfreq.rb: collect more data for better graphs.antirez2019-02-191-1/+1
* Improve README of better-random-member directory.better-random-memberantirez2019-02-191-2/+14
* Add showfreq.rb to SRANDMEMBER analysis tools.antirez2019-02-181-0/+23
* showdist.rb utility for SRANDMEMBER analysis added.antirez2019-02-182-0/+35
* changelog.tcl: get optional argument for number of commits.antirez2018-10-101-3/+8
* Fix typoJack Drogon2018-07-031-1/+1
* Add the stream group to the script generating the help.antirez2018-06-071-1/+2
* - Updated create-cluster with redis-cliartix2018-05-072-3/+3
* Add INIT INFO to the provided init script.antirez2018-03-261-0/+8
* Fix HyperLogLog test script for new redis-rb API.antirez2018-03-161-1/+1
* Merge pull request #1934 from badboy/install-script-1922Salvatore Sanfilippo2017-07-241-6/+6
|\
| * Don't use extended Regexp SyntaxJan-Erik Rediger2014-08-131-6/+6
* | changelog.tcl: output 100 lines.antirez2017-07-141-1/+1
* | (fix) Update create-cluster READMEAric Huang2017-06-161-4/+4
* | Cluster: add clean-logs command to create-cluster script.antirez2017-04-141-0/+7
* | Use sha256 instead of sha1 to generate tarball hashes.antirez2017-03-091-2/+2
* | Fix HLL gnuplot graph generator script for new redis-rb versions.antirez2016-12-161-1/+1
* | 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