tests/Connect.tests.R

library(Rhiredis)

a <- new(redisContext, "localhost", 6379)
b <- a
b$err
rm(a)
gc()
b$err
b$errstr
wush978/Rhiredis documentation built on May 4, 2019, 12:01 p.m.