Function RedisSessionStore.releaseUnusedConnections
Release all connections that are not in use. Call this at the end of your program to clean up unused sockets that may be held by the GC.
void releaseUnusedConnections() @safe;
Release all connections that are not in use. Call this at the end of your program to clean up unused sockets that may be held by the GC.
void releaseUnusedConnections() @safe;