Skip to content

Instantly share code, notes, and snippets.

@navi2589
Last active September 5, 2021 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navi2589/cbb1ec0298aede5c3538ede2d55ea679 to your computer and use it in GitHub Desktop.
Save navi2589/cbb1ec0298aede5c3538ede2d55ea679 to your computer and use it in GitHub Desktop.
public void deleteCachedString(String key, Handler<AsyncResult<Long>> handler) {
redisClient.del(key, handler);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment