Skip to content

Instantly share code, notes, and snippets.

@Sachin-Kottarathodi
Created April 24, 2020 05:05
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 Sachin-Kottarathodi/132223448755a37dab3bc09e059a4784 to your computer and use it in GitHub Desktop.
Save Sachin-Kottarathodi/132223448755a37dab3bc09e059a4784 to your computer and use it in GitHub Desktop.
Hset
@Override
public void hset(final String key, final String field, final String value) {
hset(SafeEncoder.encode(key), SafeEncoder.encode(field), SafeEncoder.encode(value));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment