| a117dfa8 | 01-Jul-2016 |
antirez <[email protected]> |
Added a trivial program to randomly corrupt RDB files in /utils. |
| 37400954 | 17-Nov-2015 |
antirez <[email protected]> |
Update redis-cli help and the script to generate it. |
| 9f9c44fe | 05-May-2015 |
antirez <[email protected]> |
Fix order of release scripts. |
| 761fc16b | 23-Mar-2015 |
superlogical <[email protected]> |
create-cluster fix for stop and watch commands |
| 4ed7582c | 13-Mar-2015 |
antirez <[email protected]> |
Cluster: ignore various node files in create-cluster dir. |
| cc0d339b | 25-Feb-2015 |
antirez <[email protected]> |
utils/hashtable/rehashing.c test updated to use new API. |
| acb933a7 | 18-Feb-2015 |
Sisir Koppaka <[email protected]> |
rehashing.c: Fix compile error originating from SPOP rewrite |
| edda00b9 | 07-Feb-2015 |
antirez <[email protected]> |
dict.c Rehashing visualization code snippet added to utils. |
| 128c642d | 03-Feb-2015 |
antirez <[email protected]> |
Ignore config.sh inside create-cluster script dir. |
| 79fa67cd | 30-Jan-2015 |
antirez <[email protected]> |
Cluster: Tcl script to check avg pfail->fail time. |
| 6b1c6334 | 30-Jan-2015 |
antirez <[email protected]> |
Cluster: create-cluster script improved. |
| d59ad97d | 29-Jan-2015 |
antirez <[email protected]> |
create-cluster script: sane default timeout. |
| 8899f91a | 28-Jan-2015 |
antirez <[email protected]> |
create-cluster script added.
Simple shell script to create / destroy Redis clusters for manual testing. |
| 5b2bbef9 | 09-Dec-2014 |
antirez <[email protected]> |
Mark whatisdoing.sh as deprecated in top-comment. |
| 8c0f8684 | 05-Dec-2014 |
Serghei Iakovlev <[email protected]> |
Update whatisdoing.sh
Improved getting pid |
| d4a9836f | 05-Dec-2014 |
Serghei Iakovlev <[email protected]> |
getting pid fixes
```sh
$ ~ pidof redis-server
# nothing
$ ~ ps aux | grep [r]edis
redis 593 0.0 0.0 36900 5564 ? Ssl Dec02 1:37 /usr/bin/redis-server 127.0.0.1:6379
klay
getting pid fixes
```sh
$ ~ pidof redis-server
# nothing
$ ~ ps aux | grep [r]edis
redis 593 0.0 0.0 36900 5564 ? Ssl Dec02 1:37 /usr/bin/redis-server 127.0.0.1:6379
klay 15927 0.0 0.0 16772 6068 pts/6 S+ 13:58 0:00 redis-cli
$ ~ uname -a
Linux edge 3.17.4-1-ARCH #1 SMP PREEMPT Fri Nov 21 21:14:42 CET 2014 x86_64 GNU/Linux
```
show more ...
|
| dab5c09a | 26-Oct-2014 |
Ben Dowling <[email protected]> |
Update redis_init_script.tpl
status command currently reports success when redis has crashed and the pid file still exists. Changing to check the actual process is running. |
| da838544 | 09-Oct-2014 |
antirez <[email protected]> |
02_upload_tarball.sh: let me exit before updating site. |
| 82154ffa | 16-Sep-2014 |
Aniruddh Chaturvedi <[email protected]> |
Fix typo in unit test
Closes #2005 |
| d61e820f | 19-Sep-2014 |
antirez <[email protected]> |
Fix 03_release_hash.sh commit message. |
| 5807558c | 19-Sep-2014 |
antirez <[email protected]> |
03_release_hahs.sh: let me edit before committing. |
| f3107559 | 19-Sep-2014 |
antirez <[email protected]> |
Quick, wrong, fix for create_tarball script. |
| eba1e652 | 19-Sep-2014 |
antirez <[email protected]> |
03_release_hash.sh: fix commit stage. |
| 07bd5211 | 19-Sep-2014 |
antirez <[email protected]> |
02_upload_tarball.sh fixes. |
| 44acd50a | 19-Sep-2014 |
antirez <[email protected]> |
First version of release scripts. |