Skip to content

Instantly share code, notes, and snippets.

@egm0121
Created January 9, 2013 09:16
Show Gist options
  • Save egm0121/4491791 to your computer and use it in GitHub Desktop.
Save egm0121/4491791 to your computer and use it in GitHub Desktop.
google refine GREL snippet to generate Redis Protocol Code FOR SETting arbitrary key values pairs
"*3\r\n$3\r\nSET\r\n$"+length("mynamespace:"+cells["Column 1"].value)+"\r\n"+cells["Column 1"].value+"\r\n$"+length(cells["Column 2"].value)+"\r\n"+cells["Column 2"].value+"\r\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment