liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

Incorrect command being sent by RedisTypedClient.GetHashValues to Redis server #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Invoke RedisTypedClient.GetHashValues

The command being sent is HValues.
As per the Redis api documentation, it ought to be HVals
http://code.google.com/p/redis/wiki/HgetallCommand

What is the expected output? What do you see instead?

Expected output is list of child objects in hash.  What I see is an 
exception

What version of the product are you using? On what operating system?

http://servicestack.googlecode.com/files/redis-1.3.9-windows.zip

on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by ven...@gmail.com on 29 Apr 2010 at 2:55

GoogleCodeExporter commented 8 years ago
Yeah this is what usually happens when you miss a couple of unit tests :)

Anyways spurred me to add a lot more tests around hashes.
Issue fixed and released in the latest version 1.17

Original comment by demis.be...@gmail.com on 30 Apr 2010 at 1:44