Function RedisClient.releaseUnusedConnections
Release all connections that are not in use. Call before exiting the program to avoid relying on the GC to clean up the sockets.
void releaseUnusedConnections() @safe;
Release all connections that are not in use. Call before exiting the program to avoid relying on the GC to clean up the sockets.
void releaseUnusedConnections() @safe;