Ksenia Rybakova created IGNITE-6823:
---------------------------------------

             Summary: Sporadic Redis python and php examples failures
                 Key: IGNITE-6823
                 URL: https://issues.apache.org/jira/browse/IGNITE-6823
             Project: Ignite
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
    Affects Versions: 2.1
            Reporter: Ksenia Rybakova
            Priority: Normal


Sporadic Redis python examples failure
{noformat}
['python3', 'examples/redis/redis-example.py']
Traceback (most recent call last):
  File "examples/redis/redis-example.py", line 30, in <module>
    r.set('k1', 1)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 
1171, in set
    return self.execute_command('SET', *pieces)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 668, 
in execute_command
    return self.parse_response(connection, command_name, **options)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 680, 
in parse_response
    response = connection.read_response()
  File "c:\program files\python34\lib\site-packages\redis\connection.py", line 
624, in read_response
    response = self._parser.read_response()
  File "c:\program files\python34\lib\site-packages\redis\connection.py", line 
292, in read_response
    (str(byte), str(response)))
redis.exceptions.InvalidResponse: Protocol Error: E, b'RROR'
Command '['python3', 'examples/redis/redis-example.py']' returned non-zero exit 
status 1
{noformat}

and Redis php
{noformat}
['php', 'examples/redis/redis-example.php']
>>> Successfully connected to Redis. 
>>> Couldn't connected to Redis.Unknown response prefix: 'E'. 
>>> [tcp://localhost:11211]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to