mirror of
https://github.com/predis/predis.git
synced 2026-08-25 15:49:43 +00:00
9b8b362747
This iterator tries to mimic the same behaviour of the cursor-based iterators implemented upon the SCAN family of commands and offering only limited guarantees on the returned elements, but uses LRANGE to fetch items from a list incrementally.