disqus/durabledict

redis pubsub?

gordol opened this issue · 1 comments

Is anyone still even using this library?

I'm tempted to fork this library and use redis pubsub so send dict signals to keep dictionaries in sync across multiple processes. This way, doing a read on every access is not necessary.

Any interest?

The drawback is, this would only work for Redis, or other pubsub implementations...