mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-25 16:17:19 -04:00
databases/redis: bump for latest change
This commit is contained in:
parent
4f7655a0ae
commit
1e2acfdd69
2 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PLUGIN_NAME= redis
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_COMMENT= Redis DB
|
||||
PLUGIN_DEPENDS= redis72
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ Plugin Changelog
|
|||
1.1
|
||||
|
||||
* Add a button to reset all databases (contributed by Michael Muenz)
|
||||
* Fix service widget behaviour (contributed by sevengiants)
|
||||
|
||||
1.0
|
||||
|
||||
|
|
@ -31,6 +32,3 @@ Plugin Changelog
|
|||
* Allow password protection
|
||||
* Connection limits
|
||||
* Performance monitoring of slow connections
|
||||
|
||||
|
||||
WWW: http://redis.io/
|
||||
|
|
|
|||
Loading…
Reference in a new issue