wilkenstein / redis-mock-java

An in-memory implementation of redis in Java
MIT License
33 stars 12 forks source link

zunionstore/interstore weights must include all of the keys #3

Open wilkenstein opened 9 years ago

wilkenstein commented 9 years ago

The zunionstore/interstore commands as implemented don't care about the length of the weights option. Redis does. It must == numkeys. If it does not, a syntax error should be returned.