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
Hello! I was looking at the evcache-client to use as a memcached client. When playing around with it, I noticed that there is an asynchronous get method, but that its deprecated. I see that there are set methods that return futures, but the get does not. I was wondering, using this library, is it still possible to perform get operations asynchronously (without using the deprecated method), and if so, what is the recommended way to do that? Thanks!
The text was updated successfully, but these errors were encountered:
Hello! I was looking at the
evcache-client
to use as a memcached client. When playing around with it, I noticed that there is an asynchronous get method, but that its deprecated. I see that there areset
methods that return futures, but theget
does not. I was wondering, using this library, is it still possible to perform get operations asynchronously (without using the deprecated method), and if so, what is the recommended way to do that? Thanks!The text was updated successfully, but these errors were encountered: