init, just some testing

This commit is contained in:
psychobunny
2013-04-22 16:51:32 +00:00
commit b04d262fe4
256 changed files with 36023 additions and 0 deletions

5
node_modules/redis/examples/auth.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
var redis = require("redis"),
client = redis.createClient();
// This command is magical. Client stashes the password and will issue on every connect.
client.auth("somepass");