- 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
-
- Mar 02, 2019
-
-
Andrey Kuzmin authored
* Streams metrics support. There are new key type in Redis 5 - Streams. So, we get ability to monitor them. * Test for stream.
-
- Feb 21, 2019
-
-
Tariq Ibrahim authored
* Update openshift yaml to use the source repo references. * Update README.md to point to source repo for consistency. * Fix broken link in README.md
-
- Jan 30, 2019
-
-
Javier J. Salmerón-García authored
* Enable support for having the redis password in a file * Update readme
-
- Jan 23, 2019
-
-
Oliver authored
-
- Jan 11, 2019
-
-
Oliver authored
* run instructions * add link to sample redis file
-
- Dec 17, 2018
-
-
Oliver authored
-
- Dec 15, 2018
-
-
Nick Revin authored
-
- Nov 08, 2018
-
-
Oliver authored
-
- Oct 10, 2018
-
-
Ericon Freeman authored
-
- Jul 30, 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
-
- Apr 23, 2018
-
-
Oliver authored
-
- Mar 28, 2018
-
-
Aleksandar Ivanov authored
-
- Mar 23, 2018
-
-
Aleksandar Ivanov authored
-
Aleksandar Ivanov authored
-
Aleksandar Ivanov authored
-
- Dec 01, 2017
-
-
Oliver authored
-
- Sep 25, 2017
-
-
Benjamin Ihrig authored
-
- Sep 22, 2017
-
-
Benjamin Ihrig 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.
-
- May 18, 2017
-
-
Mario Trangoni 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
-
- Nov 02, 2016
-
-
Dnile authored
-
- Oct 27, 2016
-
-
Oliver authored
-
- Oct 15, 2016
- Sep 30, 2016
-
-
Oliver authored
-
- Sep 24, 2016
-
-
Oliver authored
-
- Apr 23, 2016
-
-
Oliver authored
-
- Apr 18, 2016
- Sep 08, 2015
-
-
David Wittman authored
Adds the "redis.password" flag, which allows for authenticating connections to the Redis server or servers. This flag defaults to the environment variable `REDIS_PASSWORD`. To simplify the function signatures, a RedisHost structure was implemented to contain all information about the connection to Redis.
-
- Jun 16, 2015
-
-
Oliver authored
-
- Jun 15, 2015
-
-
Oliver authored
-
- Jun 05, 2015
-
-
Oliver authored
-