## Not run:
# # Open a connection to a Redis server on HOST1 and store its context:
# HOST1 <- redisConnect(host='HOST1', returnRef=TRUE)
# print(redisInfo())
#
# # Initiate a new Redis context:
# HOST2 <- redisConnect(host='HOST2', returnRef=TRUE)
# # The connection to HOST2 is now active:
# print(redisInfo())
#
# # We may now switch back and forth between the two active connections:
# redisSetContext(HOST1)
# print(redisInfo())
# redisSetContext(HOST2)
# print(redisInfo())
# redisClose()
# redisSetContext(HOST1)
# redisClose()
# ## End(Not run)
Run the code above in your browser using DataLab