Sarah Abbey created GEODE-8582: ---------------------------------- Summary: Redis SCAN returns internal server error Key: GEODE-8582 URL: https://issues.apache.org/jira/browse/GEODE-8582 Project: Geode Issue Type: Bug Components: redis Reporter: Sarah Abbey
Encountered when running tests from redis-py: {code:java} 127.0.0.1:7000> set a 1 OK 127.0.0.1:7000> set b 2 OK 127.0.0.1:7000> set c 3 OK 127.0.0.1:7000> scan 0 (error) ERR The server had an internal error please try again {code} Also found bug in count where we don't return the last key. -- This message was sent by Atlassian Jira (v8.3.4#803005)