diff --git a/README.md b/README.md index 3dcea6a..1e869c8 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ To find all redis-server releases see them here https://github.com/antirez/redis ## Discussions, help, guides -Github have recently released their `Discussions` feature into beta for more repositories across the github space. This feature is enabled on this repo since a while back. +Github has recently released its `Discussions` feature into beta for more repositories across the github space. This feature is enabled on this repo since a while back. -Becuase we now have this feature, the issues feature will NOT be a place where you can now ask general questions or need simple help with this repo and what it provides. +Because we now have this feature, the issues feature will NOT be a place where you can now ask general questions or need simple help with this repo and what it provides. What can you expect to find in there? @@ -35,7 +35,7 @@ I personally use this to develop redis cluster client code https://github.com/Gr ## What this repo and container IS NOT -This container that i have built is not supposed to be some kind of production container or one that is used within any environment other than running locally on your machine. It is not ment to be run on kubernetes or in any other prod/stage/test/dev environment as a fully working commponent in that environment. If that works for you and your use-case then awesome. But this container will not change to fit any other primary solution than to be used locally on your machine. +This container that I have built is not supposed to be some kind of production container or one that is used within any environment other than running locally on your machine. It is not meant to be run on kubernetes or in any other prod/stage/test/dev environment as a fully working commponent in that environment. If that works for you and your use-case then awesome. But this container will not change to fit any other primary solution than to be used locally on your machine. If you are looking for something else or some production quality or kubernetes compatible solution then you are looking in the wrong repo. There is other projects or forks of this repo that is compatible for that situation/solution.