Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetKeys with Pattern Only Returns First Matched Key #3

Open
brigl opened this issue Nov 30, 2010 · 0 comments
Open

GetKeys with Pattern Only Returns First Matched Key #3

brigl opened this issue Nov 30, 2010 · 0 comments

Comments

@brigl
Copy link

brigl commented Nov 30, 2010

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant