Redis

From SME Server
Revision as of 05:46, 24 June 2022 by Unnilennium (talk | contribs) (Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search




redis
Redis.png
redis logo
MaintainerUnnilennium
Urlhttps://wiki.koozali.org
LicenceBSD 3-clause
Category

Database

Tags dbDatabase


Maintainer

Jean-Philippe Pialasse

Version

Contrib 10:
smeserver-redis
The latest version of smeserver-redis is available in the SME repository, click on the version number(s) for more information.



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:

IDProductVersionStatusSummary
12127SME Contribs10.0CONFIRMEDNFR: implement backup and restore

Changelog

Only released version in smecontrib are listed here.

smeserver-redis Changelog: SME 10 (smecontribs)
2022/06/23 Jean-Philippe Pialasse 1.2.0-1.sme
- initial Koozali SME 10 version
2016/07/07 Stefano Fancello - 1.1.0-1
- First NS7 release
2013/07/31 Giacomo Sanchietti - 1.0.0-1.ns6
- First release #2090