redis-mock icon indicating copy to clipboard operation
redis-mock copied to clipboard

No hset/hmset support

Open tygrash opened this issue 6 years ago • 2 comments

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?

tygrash avatar Apr 23 '18 17:04 tygrash

@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

erran avatar Apr 30 '18 11:04 erran

My fork has hset support and is getting hmset support soon: https://github.com/fppt/jedis-mock/pull/7

fppt avatar Dec 07 '18 08:12 fppt