So Redis (Predis Library for PHP) is incredibly useful, as this SO answer clearly shows the many use cases: What is Redis and what do I use it for? And this answer looks at handling many to many relationships with Redis: how to have relations many to many in redis
QUESTION: CRUD & Pagination in Redis. How do we achieve this? Do we need to pre-load the entire table (all rows) into Redis?
Environment: LAMP Stack, OSX