mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
55b167562e
* Implement ACL support for redis (and sentinel) Currently, sentinel only works with anonymous connections. Some parameters are passed when using sentinel, however these are dropped on the floor. This encapsulates them as py-redis expects, and passes them correctly. * Pass username * Differentiate duplicate error messages * Actually pass var * Docs and requirement bump * Lint * Consistency * More lint * Lint harder * Doc Updates
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
PyMySQL!=1.0.0
|
|
python-dotenv
|
|
redis>=4.0
|
|
setuptools
|
|
psutil>=5.6.0
|
|
command_runner>=1.3.0
|