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
But If I use the ReJSON interface to generate mocks, I have to create a struct(other than Handler) that implements all the methods of the ReJSON interface even if I am not using that method.
Can you provide an example?
Is there any way to mock rejson in a mocked Redis server in golang?
I am able to mock a Redis server using something like this using miniredis and redismock
It is able to do normal Redis operations like Get, Set but since I am using ReJSON module, I am not able to run any ReJSON commands on that.
Thanks
The text was updated successfully, but these errors were encountered: