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
I want to have a test for my function,but I can't find "hgetall" and "hmset" in direct.go.How do I use them?
Hi,
thanks for the issue.
Most users connect a redis client in the test to miniredis and load/set the values that way. Or
you can make a PR which adds the methods to direct.go.
I want to have a test for my function,but I can't find "hgetall" and "hmset" in direct.go.How do I use them?
The text was updated successfully, but these errors were encountered: