ErInit: ErInit: init a EasyRedis object

Description Usage Arguments Value Examples

Description

ErInit: init a EasyRedis object

Usage

1
2
ErInit(host = "localhost", port = 6379, password = NULL,
  no_deley = F)

Arguments

host

redis host.

port

redis port

password

redis password

Value

a EasyRedis object

Examples

1
2
3
4
er = EasyRedis::ErInit()
x = "apple"
er$qSet(x)
er$get("x") # "apple"

itsaquestion/EasyRedis documentation built on June 3, 2019, 3:24 p.m.