Closed mariasfiraiala closed 1 year ago
Alright then, closing this PR. I'll take a look into the documentation for lib-redis
.
Hi, @mariasfiraiala . Based on our discussion, this PR is indeed useful. We require a redis.conf
configuration file to be passed to Redis, and that needs to be done via a filesystem (such as 9pfs
).
Please update this commit with the fs0/redis.conf
file.
This redis.conf
file worked for me, maybe you can simplify it:
bind 172.44.0.2
port 6379
tcp-backlog 511
timeout 0
tcp-keepalive 300
Also add instructions on adding 9pfs
support with the proper tag (rootfs
in the command above), similar to the lib-nginx
documentation. You could also add this to the lib-redis
repository for consistency.
I think consistency is important, so I would aim to make Redis
and Nginx
as close to each other as possible, documentation-wise.
Only one comment, looks good besides that.
Thank you @StefanJum . Removed it.
@mariasfiraiala , please mark solved items with Resolve conversation
and re-request reviews from reviewers (@StefanJum in this case).
Signed-off-by: Maria Sfiraiala maria.sfiraiala@gmail.com