Added Redis
This commit is contained in:
parent
861e8ce32f
commit
ed50c1c50d
2 changed files with 12 additions and 0 deletions
|
@ -1011,6 +1011,7 @@ softwareGroups:
|
|||
- easyengine
|
||||
- haproxy
|
||||
- netdata
|
||||
- redis
|
||||
- samba
|
||||
- sftpgo
|
||||
- wazuh
|
||||
|
|
11
software.yml
11
software.yml
|
@ -9648,6 +9648,17 @@ softwarePackages:
|
|||
_name: Recuva
|
||||
choco: recuva
|
||||
scoop: extras/recuva
|
||||
redis:
|
||||
_bin: redis-server
|
||||
_desc: Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported - Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
|
||||
_docs: https://redis.io/docs/latest/
|
||||
_github: https://github.com/redis/redis
|
||||
_home: https://redis.io/
|
||||
_name: Redis
|
||||
_service: redis
|
||||
brew: redis
|
||||
choco: redis
|
||||
snap: redis
|
||||
redis-desktop-manager:
|
||||
_bin: redis-desktop-manager
|
||||
_desc: "[Redis Desktop Manager](https://rdm.dev/) is an open source cross-platform Desktop Manager for Redis based on Qt 5."
|
||||
|
|
Loading…
Reference in a new issue