You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the same behavior without this gem, just calling eval on the redis connection directly. You'll just need to do the processing yourself when doing it via a lua script.
Acessing the key from redis-rb gem using hgetall return a hash:
when accessing the same key with a lua script using redis-rb-scripting it returns a array:
hmget.lua
Same problem occur with wolverine gem:
Shopify/wolverine#13
The text was updated successfully, but these errors were encountered: