Skip to content

Conversation

Woody88
Copy link

@Woody88 Woody88 commented May 5, 2020

I added these functions https://github.com/luin/ioredis#streamify-scanning or https://redis.io/commands/scan.

This allows one to scan the keys that was created for a specific data structure. I've also added a comment in the FFI, it would be nice to hear your thoughts about it.

I've also implemented tests for each scan function.

@paluh
Copy link
Member

paluh commented May 12, 2020

@Woody88 I'm not sure if you have seen these minor points from my side. If you don't have time to incorporate these changes I would fix them myself - no problem :-)

@Woody88
Copy link
Author

Woody88 commented May 14, 2020

@paluh What minor points are you talking about? I probably missed them.

Edit: Are you talking about this issue #2 ?

@@ -33,6 +35,7 @@ module Database.Redis
, rpop
, rpush
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c is actually before e in the alphabet :-P

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

Successfully merging this pull request may close these issues.

2 participants