You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RedisServer.stop will prevent new connections but will not disconnect existing clients. The change to the RedisServer.stop to also disconnect existing clients will allow for more complete testing in client code for disconnection.
The text was updated successfully, but these errors were encountered:
* close client sockets in RedisService
* set service to null in RedisServer after calling stop
* update test to handle exception in Jedis client after calling RedisServer.stop
Currently RedisServer.stop will prevent new connections but will not disconnect existing clients. The change to the RedisServer.stop to also disconnect existing clients will allow for more complete testing in client code for disconnection.
The text was updated successfully, but these errors were encountered: