- Mar 09, 2019
-
-
Oliver authored
* minor refactoring and a bit more test coverage * use drone for tests * remove old glide config file * remove circleCi config
-
- Jan 30, 2019
-
-
Javier J. Salmerón-García authored
* Enable support for having the redis password in a file * Update readme
-
- Dec 17, 2018
-
-
Oliver authored
-
- Jul 24, 2018
-
-
Dan Fuchs authored
* Avoid using KEYS. * Check single keys, or patterns with `SCAN` Continues the work that @Tinche did in #149. * Add an arg, `check-single-keys` to get size and value with `TYPE` * Modify the behavior of `check-keys` * Get keys from globs with `SCAN` rather than `KEYS` * If a key doesn't have any glob characters in it, just add it to the list of things to check with `TYPE` I added an argument rather than decide `SCAN` vs `TYPE` based on the presence of glob characters because, technically, redis key names can contain glob characters, according to https://redis.io/topics/data-types-intro: Redis keys are binary safe, this means that you can use any binary sequence as a key, from a string like "foo" to the content of a JPEG file. The empty string is also a valid key. The only way to be able to check for key names with glob characters in them is by being able to explicitly specify keys that you don't want to glob for.
-
- Jun 06, 2018
-
-
Konrad Wojas authored
Allow an optional Redis Lua script to collect extra metrics. This can be enabled with a new `-script` flag. An example is provided in contrib.
-
- May 28, 2018
-
-
Oliver authored
-
- Mar 22, 2018
- Nov 25, 2017
-
-
Oliver authored
-
- Oct 23, 2017
- Oct 16, 2017
-
-
Jerome Froelich authored
-
- Sep 25, 2017
-
-
Benjamin Ihrig authored
-
- Sep 22, 2017
-
-
Benjamin Ihrig authored
-
- Sep 21, 2017
-
-
Benjamin Ihrig authored
-
Benjamin Ihrig authored
Also provides better error handling and loggin. Removes unused methods.
-
- Sep 20, 2017
-
-
Benjamin Ihrig authored
Parameters via flags have priority, so the CF bindings are only used if there are no addresses after evaluation of the flags and files instead of localhost.
-
- Aug 07, 2017
-
-
Oliver authored
-
- Aug 01, 2017
-
-
Justin Burnham authored
This allows one to manage a file separately from the service definition and simply restart the service once the configured file is updated.
-
- Apr 22, 2017
-
-
Oliver authored
-
- Mar 07, 2017
-
-
Stéphane Bunel authored
dd flag -redis.alias. Allow to give an alias to the redis node(s) address. It could be more friendly (especially in graph) to display the alias than just the node address. Add a modified dashboard for Grafana.
-
- Dec 02, 2016
-
-
Norio Akagi authored
-
- Nov 24, 2016
-
-
Oliver authored
-
- Oct 15, 2016
- Oct 11, 2016
-
-
Oliver authored
-
- Sep 22, 2016
-
-
Oliver authored
-
- Aug 22, 2016
-
-
Dylan Clendenin authored
-
- Jul 12, 2016
-
-
Oliver authored
-
- Jul 11, 2016
-
-
Oliver authored
-
- Apr 18, 2016
-
-
Oliver authored
-
Andreas Krennmair authored
-
Andreas Krennmair authored
make separator configurable in case redis.addr or redis.password arguments contain the default separator.
-
Andreas Krennmair authored
-
- Nov 12, 2015
-
-
crandl201 authored
-