Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information