nitishm / go-rejson

Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)
MIT License
340 stars 46 forks source link

Mocking JSONSet #70

Open jaysonhurd opened 1 year ago

jaysonhurd commented 1 year ago

Hi - I'm using redismock for unit testing. I am not able to get the JSONSet mocked. Tried ExpectHMSet, ExpectSet etc. but no dice. Has anyone done this?