CVSROOT:        /cvs
Module name:    ports
Changes by:     dco...@cvs.openbsd.org  2010/10/10 09:50:06

Log message:
    Import databases/redis.
    
    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.
    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).
    
    OK sthen@, landry@
    
    Status:
    
    Vendor Tag: dcoppa
    Release Tags:       dcoppa_20101010
    
    N ports/databases/redis/Makefile
    N ports/databases/redis/distinfo
    N ports/databases/redis/pkg/DESCR
    N ports/databases/redis/pkg/PLIST
    N ports/databases/redis/patches/patch-redis_c
    N ports/databases/redis/patches/patch-Makefile
    
    No conflicts created by this import

Reply via email to