MCPcopy
hub / github.com/redis/redis-py / clear

Method clear

tests/test_connection.py:415–416  ·  view source on GitHub ↗
(self, conn)

Source from the content-addressed store, hash-verified

413 conn.read_response.assert_not_called()
414
415 def clear(self, conn):
416 conn.retry_on_error.clear()
417
418 def test_retry_connect_on_timeout_error(self):
419 """Test that the _connect function is retried in case of a timeout"""

Callers 15

test_clearFunction · 0.45
test_arrlen_dollarFunction · 0.45
test_clear_dollarFunction · 0.45
test_discover_slavesFunction · 0.45
test_clearFunction · 0.45
test_arrlen_dollarFunction · 0.45
test_clear_dollarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected