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.

class RedisClient
@safe
void
releaseUnusedConnections
()

Meta