antirez
4c99197262
generate-command-help.rb updated with new hyperloglog group.
2014-04-22 16:13:58 +02:00
antirez
2fbf9b25f9
Make hll-gnuplot-graph.rb callable from cli.
2014-04-03 16:38:11 +02:00
antirez
478cb4eebc
hll-gnuplot-graph.rb improved with new filter.
...
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.
2014-04-02 12:30:11 +02:00
antirez
4e25a641e1
HyperLogLog API prefix modified from "P" to "PF".
...
Using both the initials of Philippe Flajolet instead of just "P".
2014-03-31 22:48:01 +02:00
antirez
97a6ccdb7c
HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.
2014-03-31 19:29:40 +02:00
antirez
f34b176b95
hll-gnuplot-graph.rb: added new filter "all".
2014-03-31 15:45:06 +02:00
antirez
2c5201f83d
hll-gnuplot-graph.rb: Use |error| when filter is :max
2014-03-31 11:58:13 +02:00
antirez
e0c8ac97a3
Ignore txt files inside utils/hyperloglog.
...
Those are generated to trace graphs using gnuplot.
2014-03-31 10:21:14 +02:00
antirez
b814da53f6
hll-gnuplot-graph.rb added to plot HyperLogLog error graphs.
2014-03-31 10:09:43 +02:00
antirez
74547ebed9
hll-err.rb: speedup using pipelining.
2014-03-28 22:25:30 +01:00
antirez
d622c7d0aa
hll-err.rb added to test error rate of Redis HyperLogLog.
2014-03-28 18:35:21 +01:00
Salvatore Sanfilippo
2697da6db9
Merge pull request #1609 from badboy/install_server-fix
...
Finally fix the `install_server.sh` script.
2014-03-24 18:10:50 +01:00
antirez
1e39792ba7
Add test-lru.rb to utils.
...
This is a program useful to evaluate the Redis LRU algorithm behavior.
2014-03-21 09:52:05 +01:00
Jan-Erik Rediger
8858e0264b
Finally fix the install_server.sh
script.
...
Includes changes from a dozen bug reports and pull requests.
Was tested on Ubuntu, Debian and CentOS.
2014-03-15 14:43:50 +01:00
Ryan Biesemeyer
58efb01204
Deprecate utils/redis-copy.rb in favor of redis-copy gem
2013-11-06 08:31:57 +00:00
Brian J. McManus
cfe4d9c6b2
Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and update-rc.d compatability.
2012-12-02 21:46:37 -07:00
dvir volk
9f7b99ae66
fixed server install script to rewrite the default configuration file and not a template, and removed the old config template
...
Conflicts:
utils/redis.conf.tpl
2012-10-05 12:32:58 +02:00
Salvatore Sanfilippo
d512206be1
Merge pull request #494 from quiver/init-fixes
...
fix several bugs of init.d scripts
2012-05-04 04:41:02 -07:00
quiver
44cc1f1fb1
fix several bugs of init.d scripts
...
- PIDFILE environ variable was not properly retrieved
- chkconfig command failed
2012-05-04 20:07:00 +09:00
antirez
6def2e54c0
Explicitly use bash for install_server.sh. Fixes issue #397
2012-04-24 19:14:03 +02:00
antirez
c100c83a50
redis-cli help.h updated. Script to generate it updated as well.
2012-04-03 15:30:33 +02:00
ThePicard
5759548fc1
Fixed a typo in install_server.sh
2012-03-31 23:39:58 -07:00
antirez
2750fb5c1a
redis_init_script template updated.
2012-03-20 13:07:59 +01:00
antirez
a451c2d6f3
The universe is 80 columns wide, accept it.
2012-02-22 17:22:40 +01:00
Brad Voth
a21ca418b2
updated utils/install_server.sh to support chkconfig boxes (redhat/
...
centos) as well as debian/ubuntu
2012-01-18 10:09:42 -05:00
antirez
96349988da
speed-regression.tcl: command line options to select tests, data size, and number of requests.
2011-11-07 17:18:50 +01:00
antirez
10cddab57c
speed-regression.tcl: move tests, data size, requests in global vars that will be changed via command line options.
2011-11-07 16:52:55 +01:00
antirez
0a268c7c08
speed-regression.tcl script: killing previously tested instance fixed. Don't run if there is already an instance running in the same port.
2011-11-07 16:00:15 +01:00
antirez
a70b6333a4
speed-regression.tcl script: obtain test names dynamically.
2011-11-07 15:35:01 +01:00
antirez
d0ccdfa961
first version of the speed regression test
2011-11-04 20:45:46 +01:00
dvir volk
462312f782
fixes to install script
2011-10-04 16:58:55 +02:00
antirez
154fe41066
Revert "Use the new install script as make install target. Message about 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 51154dc772039fe633427e61d17b828d648329ff.
2011-10-03 16:04:44 +02:00
antirez
51154dc772
Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
2011-10-03 13:28:54 +02:00
dvir volk
5b71365d75
changed license to gpl BSD. LOL
2011-10-03 11:35:30 +02:00
dvir volk
c9933e4685
changed license to gpl v3
2011-10-03 11:29:01 +02:00
dvir volk
cb7f47a359
fixes to install script and template
2011-10-03 10:58:43 +02:00
dvir volk
2972886bfc
Added installer and config template renderer
2011-10-03 10:48:07 +02:00
antirez
27e9f83f0d
Fixed init script bug, thanks to Henrik Westphal
2011-06-14 17:11:44 +02:00
antirez
42de1ee59d
Better init script
2011-06-14 13:49:15 +02:00
antirez
9f986a15ff
BGSAVE work in progress
2011-01-05 18:38:31 +01:00
antirez
7111f96dba
added mkrelease.sh script into utils. gitignore modified accordingly since this script was originally ignored
2010-12-20 15:47:33 +01:00
antirez
eb3103f5f0
help.h updated
2010-12-15 17:39:40 +01:00
Pieter Noordhuis
c99c78f359
Refactor help-related code into redis-cli.c
2010-11-28 21:37:19 +01:00
Pieter Noordhuis
a3b60c15da
Update help.h generator script to output man-style argument list
2010-11-28 17:45:58 +01:00
Tj Holowaychuk
d268e36a27
Added redis-cli interactive help support
...
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
2010-11-16 05:50:26 -08:00
antirez
bf3f4af5a1
Fix for the init script provided with Redis, thanks to Rowan. This fixes issue 316
2010-09-09 10:24:56 +02:00
antirez
e193873025
changed the comments on top of redis-copy.rb to reflect what the program really does
2010-08-24 10:10:01 +02:00
antirez
a69a0c9c3b
More threaded I/O VM work + Redis init script
2010-01-11 05:15:54 -05:00
antirez
e96e4fbf15
Two important fixes to append only file: zero length values and expires. A pretty neat new test to check consistency of randomly build datasets against snapshotting and AOF.
2009-12-15 13:06:41 -05:00
antirez
b32627cdc1
some change to redis-sha1.rb utility to make it more robust against non-meaningful changes in the dataset
2009-12-11 18:45:25 +01:00