MCPcopy Create free account
hub / github.com/OptimalBits/node_acl / start

Function start

test/runner.js:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 var redis = Redis.createClient(options.port, options.host, {no_ready_check: true} )
49
50 function start(){
51 self.backend = new Acl.redisBackend(redis)
52 done()
53 }
54
55 if (options.password) {
56 redis.auth(options.password, start)

Callers 1

runner.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected