soveran / nest

Generate nested namespaced keys for key-value databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nest is returning interfered result in thin

phuongnd08 opened this issue · comments

nest.get is returning result of different redis query (like a redis set, or of different key) when running in thin.

When I switch from nest to the regular redis-rb, the issue go away.

I guess this is the issue of redic. We are thinking about stacking nest on top of redis instead of the unsafe redic?

Can you show me code that replicates the error?

It will be a bit costly for me to get a reproduce sample. May take a while.

I forked nest to change the underlying redic to redis instead. New redis version also feature the "call" command so it works seamlessly. So far I don't experience any interfering result with nest-redis as in nest redic.

Hello @phuongnd08, any hint on how I can reproduce the error with Redic?