You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the command r.GetKeys ("f*").Length when there are more than one key that matches will only return the first key. I think it is because the items returned from Redis are delimited with New Lines
The text was updated successfully, but these errors were encountered:
rfranke
added a commit
to rfranke/redis-sharp
that referenced
this issue
Aug 16, 2014
…BulkReply (fixes issue migueldeicaza#3)
- rewrite Keys and GetKeys methods
- rename second GetKeys to MGet, because it returns values
- extend test.cs with a key name with space and multiple keys
Running the command r.GetKeys ("f*").Length when there are more than one key that matches will only return the first key. I think it is because the items returned from Redis are delimited with New Lines
The text was updated successfully, but these errors were encountered: