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.el6.art.i686 [444 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/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/COPYING [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/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/security/limits.d/95-redis.conf [f] /etc/rc.d/init.d/redis [f] /etc/rc.d/init.d/redis-sentinel [f] /etc/logrotate.d/redis [f] /etc/redis-sentinel.conf [f] /etc/redis.conf |
| redis-2.8.24-5.el6.art.i686 [401 KiB] |
Changelog
by Scott R. Shinn (2016-01-26):
- Update to 2.8.24 |
Package contents (click to display)
[d] /var/run/redis
[d] /var/log/redis [d] /var/lib/redis [f] /usr/share/doc/redis-2.8.24/00-RELEASENOTES [f] /usr/share/doc/redis-2.8.24/BUGS [f] /usr/share/doc/redis-2.8.24/CONTRIBUTING [f] /usr/share/doc/redis-2.8.24/COPYING [f] /usr/share/doc/redis-2.8.24/MANIFESTO [f] /usr/share/doc/redis-2.8.24/README [d] /usr/share/doc/redis-2.8.24 [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/rc.d/init.d/redis [f] /etc/logrotate.d/redis [f] /etc/redis.conf |