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.2.8-1.el6.src [1.5 MiB] |
Changelog
by momo-i (2017-03-09):
- Update to 3.2.8 |
redis-3.2.7-1.el6.src [1.6 MiB] |
Changelog
by momo-i (2017-02-07):
- Update to 3.2.7 |
redis-3.2.6-1.el6.src [1.5 MiB] |
Changelog
by momo-i (2016-12-26):
- Update to 3.2.6 |
redis-3.2.5-1.el6.src [1.5 MiB] |
Changelog
by momo-i (2016-11-09):
- Update to 3.2.5 |
redis-3.2.4-1.el6.src [1.5 MiB] |
Changelog
by momo-i (2016-10-01):
- Update to 3.2.4 |
redis-3.2.3-1.el6.src [1.5 MiB] |
Changelog
by momo-i (2016-08-11):
- Update to 3.2.3 |
redis-3.2.1-0.el6.src [1.5 MiB] |
Changelog
by momo-i (2016-07-03):
- Update to 3.2.1 - Rebase patches |
redis-3.2.0-0.el6.src [1.5 MiB] |
Changelog
by momo-i (2016-05-10):
- Update to 3.2.0 - Rebase patches |
redis-3.0.7-0.el6.src [1.3 MiB] |
Changelog
by momo-i (2016-02-08):
- Update to 3.0.7 |
redis-3.0.6-0.el6.src [1.3 MiB] |
Changelog
by momo-i (2015-12-21):
- Update to 3.0.6 |
redis-3.0.5-1.el6.src [1.3 MiB] |
Changelog
by momo-i (2015-10-23):
- Update to 3.0.5 |
redis-3.0.4-1.el6.src [1.3 MiB] |
Changelog
by momo-i (2015-09-09):
- Update to 3.0.4 |
redis-3.0.3-2.el6.src [1.3 MiB] |
Changelog
by momo-i (2015-07-27):
- Update to 3.0.3 |
redis-3.0.2-2.el6.src [1.3 MiB] |
Changelog
by momo-i (2015-07-17):
- Update to 3.0.2 |