Redis
redis logo | |
Maintainer | Unnilennium |
---|---|
Url | https://wiki.koozali.org |
Licence | BSD 3-clause |
Category | |
Tags | db, Database |
Maintainer
Version
Description
Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices.
Installation
yum --enablerepo=smecontribs install smeserver-redis
Configuration
you can list the available configuration with the following command :
config show redis
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
TCPPort | 6379 | port number | |
access | private | private, public | |
status | enabled | enabled,disabled |
Uninstall
yum remove smeserver-redis redis
Bugs
Please raise bugs under the SME-Contribs section in bugzilla
and select the smeserver-redis component or use this link
Below is an overview of the current issues for this contrib:
ID | Product | Version | Status | Summary |
---|---|---|---|---|
12127 | SME Contribs | 10.0 | CONFIRMED | NFR: implement backup and restore |
Changelog
Only released version in smecontrib are listed here.
- initial Koozali SME 10 version
- First NS7 release
- First release #2090