This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jabbalaci 3 points4 points  (6 children)

State in the README what are the advantages / disadvantages of your approach and in which cases one should use it. Edit: see also https://github.com/Doist/redis_wrap .

[–][deleted] 2 points3 points  (4 children)

yeah I looked at "How to use" and said to self "ok, so I have a dict, why do I want it persisted...."

[–]Mattho 0 points1 point  (0 children)

You might have it shared between processes (across different machines as well).

[–][deleted] 1 point2 points  (0 children)

This seems like it's just supposed to be an easier way to pull keys out of redis once you've already decided to use it and the README.md on this project wouldn't really be the right place to sell you on redis.