zxl0714 / redis-mock

A simple redis java mock for unit testing
MIT License
30 stars 96 forks source link

No hset/hmset support #2

Open tygrash opened 6 years ago

tygrash commented 6 years ago

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?

erran commented 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

fppt commented 5 years ago

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