Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / redis / examples / auth.js
1 var redis  = require("redis"),
2     client = redis.createClient();
3
4 // This command is magical.  Client stashes the password and will issue on every connect.
5 client.auth("somepass");