[
https://issues.apache.org/jira/browse/GEODE-8582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210220#comment-17210220
]
ASF subversion and git services commented on GEODE-8582:
--------------------------------------------------------
Commit bcdf3ca64d8aca83cdd48629d8a35be6352d2861 in geode's branch
refs/heads/develop from Sarah
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=bcdf3ca ]
GEODE-8582: Redis SCAN returns internal server error (#5603)
Co-authored-by: Darrel Schneider <[email protected]>
> 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
>
> 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)