-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
022-02-10 15:30:11,974 CRITICAL <class 'redis.exceptions.ConnectionError'>
------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/redisbench_admin/run_remote/run_remote.py", line 292, in run_remote_command_logic
) = remote_db_spin(
File "/usr/local/lib/python3.9/dist-packages/redisbench_admin/run_remote/remote_db.py", line 137, in remote_db_spin
local_redis_conn, ssh_tunnel = ssh_tunnel_redisconn(
File "/usr/local/lib/python3.9/dist-packages/redisbench_admin/run/ssh.py", line 47, in ssh_tunnel_redisconn
redis_conn.ping()
File "/usr/local/lib/python3.9/dist-packages/redis/client.py", line 1378, in ping
return self.execute_command('PING')
File "/usr/local/lib/python3.9/dist-packages/redis/client.py", line 901, in execute_command
return self.parse_response(conn, command_name, **options)
File "/usr/local/lib/python3.9/dist-packages/redis/client.py", line 915, in parse_response
response = connection.read_response()
File "/usr/local/lib/python3.9/dist-packages/redis/connection.py", line 739, in read_response
response = self._parser.read_response()
File "/usr/local/lib/python3.9/dist-packages/redis/connection.py", line 470, in read_response
self.read_from_socket()
File "/usr/local/lib/python3.9/dist-packages/redis/connection.py", line 429, in read_from_socket
raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR)
redis.exceptions.ConnectionError: Connection closed by server.
------------------------------------------------------------
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working