Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generate-command-help.rb updated with new hyperloglog group. | antirez | 2014-04-22 | 1 | -1/+2 |
| | |||||
* | Make hll-gnuplot-graph.rb callable from cli. | antirez | 2014-04-16 | 1 | -4/+5 |
| | |||||
* | hll-gnuplot-graph.rb improved with new filter. | antirez | 2014-04-16 | 1 | -13/+22 |
| | | | | | | The function to generate graphs is also more flexible as now includes step and max value. The step of the samples generation function is no longer limited to min step of 1000. | ||||
* | HyperLogLog API prefix modified from "P" to "PF". | antirez | 2014-04-16 | 2 | -4/+4 |
| | | | | Using both the initials of Philippe Flajolet instead of just "P". | ||||
* | HyperLogLog: make API use the P prefix in honor of Philippe Flajolet. | antirez | 2014-04-16 | 2 | -4/+4 |
| | |||||
* | hll-gnuplot-graph.rb: added new filter "all". | antirez | 2014-04-16 | 1 | -5/+14 |
| | |||||
* | hll-gnuplot-graph.rb: Use |error| when filter is :max | antirez | 2014-04-16 | 1 | -0/+1 |
| | |||||
* | Ignore txt files inside utils/hyperloglog. | antirez | 2014-04-16 | 1 | -0/+1 |
| | | | | Those are generated to trace graphs using gnuplot. | ||||
* | hll-gnuplot-graph.rb added to plot HyperLogLog error graphs. | antirez | 2014-04-16 | 1 | -0/+68 |
| | |||||
* | hll-err.rb: speedup using pipelining. | antirez | 2014-04-16 | 1 | -10/+16 |
| | |||||
* | hll-err.rb added to test error rate of Redis HyperLogLog. | antirez | 2014-04-16 | 1 | -0/+21 |
| | |||||
* | Finally fix the `install_server.sh` script. | Jan-Erik Rediger | 2014-03-24 | 2 | -72/+139 |
| | | | | | Includes changes from a dozen bug reports and pull requests. Was tested on Ubuntu, Debian and CentOS. | ||||
* | Add test-lru.rb to utils. | antirez | 2014-03-21 | 2 | -0/+125 |
| | | | | This is a program useful to evaluate the Redis LRU algorithm behavior. | ||||
* | Deprecate utils/redis-copy.rb in favor of redis-copy gem | Ryan Biesemeyer | 2013-11-06 | 1 | -55/+12 |
| | |||||
* | Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and ↵ | Brian J. McManus | 2012-12-02 | 1 | -0/+2 |
| | | | | update-rc.d compatability. | ||||
* | fixed server install script to rewrite the default configuration file and ↵ | dvir volk | 2012-10-05 | 2 | -521/+18 |
| | | | | | | | | not a template, and removed the old config template Conflicts: utils/redis.conf.tpl | ||||
* | Merge pull request #494 from quiver/init-fixes | Salvatore Sanfilippo | 2012-05-04 | 1 | -1/+1 |
|\ | | | | | fix several bugs of init.d scripts | ||||
| * | fix several bugs of init.d scripts | quiver | 2012-05-04 | 2 | -2/+2 |
| | | | | | | | | | | - PIDFILE environ variable was not properly retrieved - chkconfig command failed | ||||
* | | Explicitly use bash for install_server.sh. Fixes issue #397 | antirez | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | redis-cli help.h updated. Script to generate it updated as well. | antirez | 2012-04-03 | 1 | -2/+3 |
| | | |||||
* | | Fixed a typo in install_server.sh | ThePicard | 2012-03-31 | 1 | -1/+1 |
| | | |||||
* | | redis_init_script template updated. | antirez | 2012-03-20 | 1 | -41/+153 |
|/ | |||||
* | The universe is 80 columns wide, accept it. | antirez | 2012-02-22 | 1 | -23/+17 |
| | |||||
* | updated utils/install_server.sh to support chkconfig boxes (redhat/ | Brad Voth | 2012-01-18 | 1 | -3/+30 |
| | | | | centos) as well as debian/ubuntu | ||||
* | speed-regression.tcl: command line options to select tests, data size, and ↵ | antirez | 2011-11-07 | 1 | -0/+19 |
| | | | | number of requests. | ||||
* | speed-regression.tcl: move tests, data size, requests in global vars that ↵ | antirez | 2011-11-07 | 1 | -1/+6 |
| | | | | will be changed via command line options. | ||||
* | speed-regression.tcl script: killing previously tested instance fixed. Don't ↵ | antirez | 2011-11-07 | 1 | -6/+22 |
| | | | | run if there is already an instance running in the same port. | ||||
* | speed-regression.tcl script: obtain test names dynamically. | antirez | 2011-11-07 | 1 | -6/+11 |
| | |||||
* | first version of the speed regression test | antirez | 2011-11-04 | 1 | -0/+85 |
| | |||||
* | fixes to install script | dvir volk | 2011-10-04 | 2 | -2/+7 |
| | |||||
* | Revert "Use the new install script as make install target. Message about ↵ | antirez | 2011-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | install script requiring root changed a bit to make it more evident." After talking with Pieter he changed my mind about this, it is better to have a simpler install script that works everywhere, and the complex one can be always executed if needed by hand. We'll make possibly a new target for the full featured installation script, and even suggest it after a Make install. This reverts commit f1e60d75309990b25a1763e004d7044c77c53834. | ||||
* | Use the new install script as make install target. Message about install ↵ | antirez | 2011-10-03 | 1 | -1/+1 |
| | | | | script requiring root changed a bit to make it more evident. | ||||
* | changed license to gpl BSD. LOL | dvir volk | 2011-10-03 | 1 | -11/+19 |
| | |||||
* | changed license to gpl v3 | dvir volk | 2011-10-03 | 1 | -2/+18 |
| | |||||
* | fixes to install script and template | dvir volk | 2011-10-03 | 2 | -8/+14 |
| | |||||
* | Added installer and config template renderer | dvir volk | 2011-10-03 | 3 | -0/+554 |
| | |||||
* | Fixed init script bug, thanks to Henrik Westphal | antirez | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Better init script | antirez | 2011-06-14 | 1 | -6/+13 |
| | |||||
* | BGSAVE work in progress | antirez | 2011-01-05 | 1 | -0/+18 |
| | |||||
* | added mkrelease.sh script into utils. gitignore modified accordingly since ↵ | antirez | 2010-12-20 | 1 | -0/+14 |
| | | | | this script was originally ignored | ||||
* | help.h updated2.2.0-rc1 | antirez | 2010-12-15 | 1 | -0/+1 |
| | |||||
* | Refactor help-related code into redis-cli.c | Pieter Noordhuis | 2010-11-28 | 2 | -124/+57 |
| | |||||
* | Update help.h generator script to output man-style argument list | Pieter Noordhuis | 2010-11-28 | 1 | -45/+48 |
| | |||||
* | Added redis-cli interactive help support | Tj Holowaychuk | 2010-11-16 | 2 | -0/+175 |
| | | | | | | | | | | | | | | | | updated via commands.json in redis-doc repo. Currently use `make src/help.h` to re-generate. The following are valid from the REPL: help help [command] help [group] help groups ex: help sort help hash | ||||
* | Fix for the init script provided with Redis, thanks to Rowan. This fixes ↵ | antirez | 2010-09-09 | 1 | -3/+2 |
| | | | | issue 316 | ||||
* | changed the comments on top of redis-copy.rb to reflect what the program ↵ | antirez | 2010-08-24 | 1 | -6/+4 |
| | | | | really does | ||||
* | More threaded I/O VM work + Redis init script | antirez | 2010-01-11 | 1 | -0/+36 |
| | |||||
* | Two important fixes to append only file: zero length values and expires. A ↵ | antirez | 2009-12-15 | 1 | -2/+3 |
| | | | | pretty neat new test to check consistency of randomly build datasets against snapshotting and AOF. | ||||
* | some change to redis-sha1.rb utility to make it more robust against ↵ | antirez | 2009-12-11 | 1 | -4/+18 |
| | | | | non-meaningful changes in the dataset | ||||
* | redis-sha1.rb utility updated | antirez | 2009-12-10 | 1 | -0/+2 |
| |