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

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented Nov 22, 2016

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.

@pmenzel
Copy link
Collaborator Author

pmenzel commented Nov 22, 2016

$ redis-server 
3717:C 22 Nov 13:26:11.436 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
3717:M 22 Nov 13:26:11.437 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
3717:M 22 Nov 13:26:11.437 # Server can't set maximum open files to 10032 because of OS error: Operation not permitted.
3717:M 22 Nov 13:26:11.437 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'.
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 3.2.5 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 3717
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

3717:M 22 Nov 13:26:11.437 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
3717:M 22 Nov 13:26:11.437 # Server started, Redis version 3.2.5
3717:M 22 Nov 13:26:11.437 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
3717:M 22 Nov 13:26:11.438 * The server is now ready to accept connections on port 6379

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
@donald donald merged commit 3c0864e into master Nov 23, 2016
@donald donald deleted the add-redis-3.2.5 branch November 24, 2016 09:23
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants