Open tygrash opened 6 years ago
@tygrash this fork seems to have more traffic: https://github.com/graknlabs/redis-mock#redis-mock That said I found this issue looking for hash support there: https://github.com/graknlabs/redis-mock/issues/16
My fork has hset support and is getting hmset support soon: https://github.com/fppt/jedis-mock/pull/7
Hello, any plans to add support for hset and hmset. I was using this library for mocking redis server, but couldn't use as i am using hset in my code. Or should I contribute?