Name: | redis |
---|---|
Version: | 3.2.12 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1608303 |
License: | BSD |
RPM: | redis-3.2.12-2.el7.aarch64.rpm |
Source RPM: | redis-3.2.12-2.el7.src.rpm |
Build Date: | Wed Nov 14 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://redis.io |
Summary: | A persistent key-value database |
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. |
- Update network ordering in systemd service unit files (RHBZ #1636208)
- Upstream 3.2.12 security fix release. - Fixes CVE-2017-15047: Lack clusterLoadConfig input validation (RHBZ #1499153) - Fixes CVE-2018-11218: Heap corruption in lua_cmsgpack.c (RHBZ #1591537) - Fixes CVE-2018-11219: Integer overflow in lua_struct.c b_unpack (RHBZ #1591538) - Fixes CVE-2018-12326: code execution via a crafted command line (RHBZ #1594294)
- Upstream 3.2.11 bug-fix-only release - Switch to using Type=notify for Redis systemd services (RHBZ #1172841) - Add Provides:bundled hiredis, linenoise, lua-libs clauses (RHBZ #788500)
- Add redis-trib based on patch from Sebastian Saletnik. (RHBZ #1215654)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Upstream 3.2.10 release - Ensure both the redis and redis-sentinel service files set correct perms - Dropped systemd tmpfiles source, handled directly in systemd service files
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Upstream 3.2.9 - Add RuntimeDirectory=redis to systemd unit file (RHBZ #1454700) - Mark rundir as %ghost since it may disappear (tmpfs - #1454700) - Fix a shutdown failure with Unix domain sockets (RHBZ #1444988)
- Upstream 3.2.8 - bugfix for #3796 (MIGRATE could cause server crash after socket error)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild