get item from a key redis code example
Example: redis get keys
KEYS * # blocks the server
scan NUM # NUM is the page/cursor number (start with 0)
KEYS * # blocks the server
scan NUM # NUM is the page/cursor number (start with 0)