Skip to content

Instantly share code, notes, and snippets.

@Sachin-Kottarathodi
Created April 24, 2020 05:12
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/1fac895036c82cdca8d0d8c30e96cb8c to your computer and use it in GitHub Desktop.
Save Sachin-Kottarathodi/1fac895036c82cdca8d0d8c30e96cb8c to your computer and use it in GitHub Desktop.
public void hset(final byte[] key, final byte[] field, final byte[] value) {
sendCommand(HSET, key, field, value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment