Alex

Results 2 issues of Alex

### Expected behavior I'm expecting clients to be disconnected when closing a JedisPool (JedisPool#close). ### Actual behavior Sometimes clients aren't disconnected. I make a new JedisPool instance, use a maxTotal...

I have a web application and obtain an auth code with which I get a refresh token. I then supply this refresh token to the library and it can obtain...