File: chat-websocket/node_modules/socket.io/node_modules/redis/mem.js

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/node_modules/socket.io/node_modules/redis/mem.js   Download  
File: chat-websocket/node_modules/socket.io/node_modules/redis/mem.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 296 bytes
 

Contents

Class file image Download
var client = require("redis").createClient(); client.set("foo", "barvalskdjlksdjflkdsjflksdjdflkdsjflksdjflksdj", function (err, res) { if (err) { console.log("Got an error, please adapt somehow."); } else { console.log("Got a result: " + res); } }); client.quit();