# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadTestPattern reads a test pattern (previously wrote using WriteTestPattern) from a Redis client and returns hit statistics.
TestClient is a test suite which verifies the behavior of redis clients.
No description provided by the author
No description provided by the author
TestServerRegistry is a test suite which verifies the behavior of ServerRegistry implementations.
WriteTestPattern writes a test pattern to a Redis client.
# Interfaces
Client is an interface that must be implemented by types that represent redis clients and wish to be tested using the TestClient test suite.
# Type aliases
MakeClient is the type of factory functions that the TestClient test suite uses to create Clients to run the tests against.
MakeServerRegistry is the type of factory functions that the TestServerRegistry test suite uses to create Clients to run the tests against.