redismock
redismock copied to clipboard
Add support for JSON and FT redis commands
Updated go-redis to v9.7.0
Added JSON* mock functions
Added tests for JSON mock functions
Added FT* mock functions
Added tests for FT mock functions
Split new mocks into new files to make it easier to manage. Open to splitting things up more in the future to make it easier to maintain.
Closes #86 and #99