[
https://issues.apache.org/jira/browse/GEODE-8582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sarah Abbey resolved GEODE-8582.
--------------------------------
Fix Version/s: 1.14.0
Resolution: Fixed
> 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
> Assignee: Sarah Abbey
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> 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)