Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

streaming or callback api for sets/lists #20

Open
flozano opened this issue Jul 19, 2013 · 1 comment
Open

streaming or callback api for sets/lists #20

flozano opened this issue Jul 19, 2013 · 1 comment

Comments

@flozano
Copy link

flozano commented Jul 19, 2013

Is there any plan for a streaming-based API for things like smembers, lrange or zrange?

There can be a huge number of items there, and it'd be great if a streaming or callback API was available that avoided loading the whole set/list/range into memory when retrieving.

@mp911de
Copy link

mp911de commented May 30, 2014

Hi @flozano take a look at https://github.com/mp911de/lettuce#streaming-api. I've added an example for a Streaming API. Let me know what you think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants