Last active
October 2, 2017 08:46
-
-
Save signsi/99835e7d4844d3144a1c8a57000aa30d to your computer and use it in GitHub Desktop.
R-Redis #redis #r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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