redis - A persistent key-value database
| Website: | http://redis.io |
|---|---|
| License: | BSD |
- Description:
Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also.
Packages
| redis-3.0.7-4.el7.art.x86_64 [462 KiB] |
Changelog
by Scott R. Shinn (2016-02-19):
- Update to 3.0.7 |
Package contents (click to display)
[d] /var/run/redis
[d] /var/log/redis [d] /var/lib/redis [f] /usr/share/licenses/redis-3.0.7/COPYING [d] /usr/share/licenses/redis-3.0.7 [f] /usr/share/doc/redis-3.0.7/00-RELEASENOTES [f] /usr/share/doc/redis-3.0.7/BUGS [f] /usr/share/doc/redis-3.0.7/CONTRIBUTING [f] /usr/share/doc/redis-3.0.7/MANIFESTO [f] /usr/share/doc/redis-3.0.7/README [d] /usr/share/doc/redis-3.0.7 [f] /usr/lib/tmpfiles.d/redis.conf [f] /usr/lib/systemd/system/redis-sentinel.service [f] /usr/lib/systemd/system/redis.service [f] /usr/bin/redis-benchmark [f] /usr/bin/redis-check-aof [f] /usr/bin/redis-check-dump [f] /usr/bin/redis-cli [f] /usr/bin/redis-sentinel [f] /usr/bin/redis-server [f] /usr/bin/redis-shutdown [f] /etc/systemd/system/redis.service.d/limit.conf [f] /etc/systemd/system/redis-sentinel.service.d/limit.conf [d] /etc/systemd/system/redis-sentinel.service.d [d] /etc/systemd/system/redis.service.d [f] /etc/logrotate.d/redis [f] /etc/redis-sentinel.conf [f] /etc/redis.conf |
| redis-2.8.21-4.el7.art.x86_64 [421 KiB] |
Changelog
by Scott R. Shinn (2015-06-26):
- Update to 2.8.21 |
Package contents (click to display)
[d] /var/run/redis
[d] /var/log/redis [d] /var/lib/redis [f] /usr/share/licenses/redis-2.8.21/COPYING [d] /usr/share/licenses/redis-2.8.21 [f] /usr/share/doc/redis-2.8.21/00-RELEASENOTES [f] /usr/share/doc/redis-2.8.21/BUGS [f] /usr/share/doc/redis-2.8.21/CONTRIBUTING [f] /usr/share/doc/redis-2.8.21/MANIFESTO [f] /usr/share/doc/redis-2.8.21/README [d] /usr/share/doc/redis-2.8.21 [f] /usr/lib/tmpfiles.d/redis.conf [f] /usr/lib/systemd/system/redis-sentinel.service [f] /usr/lib/systemd/system/redis.service [f] /usr/bin/redis-benchmark [f] /usr/bin/redis-check-aof [f] /usr/bin/redis-check-dump [f] /usr/bin/redis-cli [f] /usr/bin/redis-sentinel [f] /usr/bin/redis-server [f] /usr/bin/redis-shutdown [f] /etc/logrotate.d/redis [f] /etc/redis-sentinel.conf [f] /etc/redis.conf |