Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an Redis Docker image used to launch a Redis service on Nanobox. To use

```yaml
data.redis:
image: nanobox/redis
image: nanobox/redis:2.8
```

## Redis Configuration Options
Expand Down Expand Up @@ -47,9 +47,8 @@ Advanced Configs
#### Overview of Redis boxfile.yml Settings
```yaml
data.redis:
image: nanobox/redis
image: nanobox/redis:2.8
config:
version: 2.8
tcp_keepalive: 60
databases: 16
stop_writes_on_bgsave_error: 'yes'
Expand Down Expand Up @@ -96,9 +95,7 @@ When configuring a Redis service in your Boxfile, can specify which version of R
```yaml
# default setting
data.redis:
image: nanobox/redis
config:
version: 3.0
image: nanobox/redis:2.8
```

### TCP Keepalive
Expand Down