Skip to content

Add Redis 3.2.5 #210

Merged
merged 1 commit into from
Nov 23, 2016
Merged

Add Redis 3.2.5 #210

merged 1 commit into from
Nov 23, 2016

Commits on Nov 22, 2016

  1. redis: Add version 3.2.5

    Description [1]:
    
    > Redis is an open source (BSD licensed), in-memory data structure
    > store, used as database, cache and message broker. It supports data
    > structures such as strings, hashes, lists, sets, sorted sets with
    > range queries, bitmaps, hyperloglogs and geospatial indexes with
    > radius queries. Redis has built-in replication, Lua scripting, LRU
    > eviction, transactions and different levels of on-disk persistence,
    > and provides high availability via Redis Sentinel and automatic
    > partitioning with Redis Cluster.
    
    Run the test suite, but ignore the result as two tests currently fail
    [2].
    
    Create the bee file with the command below, and convert it to a
    versionless bee file.
    
    ```
    $ bee init http://download.redis.io/releases/redis-3.2.5.tar.gz
    creating redis-3.2.5-0.bee from template '/etc/default/bee/templates/fallback'
    ```
    
    Successfully tested on *keineahnung*.
    
    ```
    $ redis-cli --version
    redis-cli 3.2.5
    $ redis-server --version
    Redis server v=3.2.5 sha=00000000:0 malloc=jemalloc-4.0.3 bits=64 build=d2d348e0ab531870
    ```
    
    [1] http://redis.io/
    [2] https://github.com/antirez/redis/issues/2715
    pmenzel committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    8a7de13 View commit details
    Browse the repository at this point in the history