Skip to content

Commit

Permalink
Merge pull request ozimov#2 from ozimov/restore-chan
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotru authored May 3, 2017
2 parents 05ff0cf + 4776155 commit faa0874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ Or even create simple redis.conf file from scratch:
RedisServer redisServer = RedisServer.builder()
.redisExecProvider(customRedisProvider)
.port(6379)
.setting("bind 127.0.0.1") // good for local development on Windows to prevent security popups
.slaveOf("locahost", 6378)
.setting("daemonize no")
.setting("appendonly no")
.setting("maxheap 128M")
.setting("maxmemory 128M")
.build();
```

Expand Down

0 comments on commit faa0874

Please sign in to comment.