SlackBuilds Repository

15.0 > System > redict (7.3.0)

Redict is an advanced key-value store.
It is similar to memcached but the dataset is not volatile, and values
can be strings, exactly like in memcached, but also lists, sets, and
ordered sets.
These data types can be manipulated with atomic operations to push/pop
elements, add/remove elements, perform server side union, intersection,
difference between sets, and so forth.
Redict supports different kinds of sorting abilities.

Redict is a fork of Redis after licence went proprietary.

Default port for starting the instance can be set with
REDICT_PORT=16379
Defaults remains the Redis port at 6379, hence making it incompatible
out-of-the-package with a parallel Redis instance running.

redict-cli is (for now) fully compatible with redis-cli, and defaults
to redis port 6379.

Default directory and files are setup with redict name:
/var/lib/redict for data
/var/log/redict for logs
/etc/rc.d/rc.redict for RC script

Maintained by: Yth - Arnaud
Keywords: redis,redict,valkey,database,key-value store
ChangeLog: redict

Homepage:
https://redict.io/

Source Downloads:
7.3.0.tar.gz (0ea62d90b1642e7dd683aeda034036eb)

Download SlackBuild:
redict.tar.gz
redict.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds