liubiao4123 / servicestack

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

GetKeys returns a single value when no keys are present #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start empty redis
2. call GetKeys()
3. return value is string array of length 1 containing an empty string

Original issue reported on code.google.com by pedlar.b...@gmail.com on 17 Mar 2010 at 9:05

GoogleCodeExporter commented 8 years ago
Tests added and bugs fixed. 
Now available in the current release version.

Thanks for reporting.

Original comment by demis.be...@gmail.com on 17 Mar 2010 at 10:27