createClient
建立redis連線
redis.createClien語法
欲建立Redis基本連線,redis.createClient可接受以下語法:
redis.createClient([options])
redis.createClient(unix_socket[, options])
redis.createClient(redis_url[, options])
redis.createClient(port[, host][, options])
Examples:
Last updated
Was this helpful?