mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-21 05:57:43 +01:00
init, just some testing
This commit is contained in:
5
node_modules/redis/examples/auth.js
generated
vendored
Normal file
5
node_modules/redis/examples/auth.js
generated
vendored
Normal 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");
|
||||
Reference in New Issue
Block a user