Skip to content

Instantly share code, notes, and snippets.

@signsi
Last active October 2, 2017 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save signsi/99835e7d4844d3144a1c8a57000aa30d to your computer and use it in GitHub Desktop.
Save signsi/99835e7d4844d3144a1c8a57000aa30d to your computer and use it in GitHub Desktop.
R-Redis #redis #r
library("rredis")
redisConnect()
redisSet("key","value")
redisGet("key")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment