Пакет redis: Информация

    Исходный пакет: redis
    Версия: 2.4.5-alt1
    Собран:  6 января 2012 г. 11:24
    Сообщить об ошибке в пакете
    Домашняя страница: http://redis.io/

    Лицензия: New BSD License
    О пакете: Redis is an advanced key-value store
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    redis (x86_64, i586)
    redis-debuginfo (x86_64, i586)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Nikolay A. Fetisov
    Vitaly Lipatov
    Mykola Grechukh

    Права:
    @qa_p6

      1. git-core
      2. tcl >= 8.5

    Последнее изменение


    6 января 2012 г. Nikolay A. Fetisov 2.4.5-alt1
    - new version (2.4.5) (Closes: #26782)
    24 октября 2011 г. Nikolay A. Fetisov 2.4.1-alt1
    - new version (2.4.1) (Closes: #26496)
    - adding init script
    - adding logrotate script
    - moving default config file to the /etc/redis/
    2 сентября 2011 г. Vitaly Lipatov 2.2.12-alt1
    - new version (2.2.12) with rpmbs script (ALT bug #26131)