Package redis: Information

    Source package: redis
    Version: 6.2.14-alt1
    Build time:  Nov 19, 2023, 08:33 PM
    Category: Databases
    Report package bug
    Home page: http://redis.io/

    License: BSD-3-Clause AND BSD-2-Clause AND MIT AND BSL-1.0
    Summary: Redis is an advanced key-value store
    Description: 
    Redis 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. All this 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. Redis supports different kind of sorting abilities.
    
    In order to be very fast but at the same time persistent the whole dataset
    is taken in memory, and from time to time saved on disc asynchronously
    (semi persistent mode) or alternatively every change is written into an
    append only file (fully persistent mode). Redis is able to rebuild the
    append only file in background when it gets too big.
    
    Redis supports trivial to setup master-slave replication, with very
    fast non-blocking first synchronization, auto reconnection on net split,
    and so forth.
    
    Redis is written in ANSI C and works in most POSIX systems like Linux,
    *BSD, Mac OS X, Solaris, and so on. Redis is free software released under
    the very liberal BSD license. Redis is reported to compile and work
    under WIN32 if compiled with Cygwin, but there is no official support
    for Windows currently.

    List of rpms provided by this srpm:
    redis (e2kv6, e2kv5, e2kv4, e2k)
    redis-cli (e2kv6, e2kv5, e2kv4, e2k)
    redis-cli-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    redis-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    redis-devel (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Vitaly Lipatov


      1. gcc-c++
      2. libssl-devel
      3. openssl
      4. /proc
      5. libsystemd-devel
      6. tcl >= 8.5
      7. tcl-tls

    Last changed


    Nov. 7, 2023 Alexey Shabalin 6.2.14-alt1
    - 6.2.14 (Fixes: CVE-2023-45145)
    - drop PrivateUsers=true for allow run unit in container (ALT#47882)
    Sept. 4, 2023 Alexey Shabalin 6.2.13-alt2
    - Allow write for group to /etc/redis (ALT#47458)
    Aug. 28, 2023 Alexey Shabalin 6.2.13-alt1
    - 6.2.13
    - Fixed License
    - Split cli tools to cli subpackage
    - Update systemd units
    - Update default sentinel config
    - Build with systemd support sd_notify
    - /var/run -> /run
    - Fixed logrotate config
    - Fixed permissions for configs
    - Move make test to check section
    - Enable tests
    - Security fixes:
      + CVE-2022-24834 Integer Overflow to Buffer Overflow, Heap-based Buffer Overflow
      + CVE-2022-35977 Integer Overflow or Wraparound
      + CVE-2022-36021 Inefficient Algorithmic Complexity
      + CVE-2023-22458 Integer Overflow or Wraparound
      + CVE-2023-25155 Integer Overflow or Wraparound
      + CVE-2023-28856 Reachable Assertion