UNPKG

vapid

Version:

Vapid, a vacuous Redis implementation for connection tests, with a fully functional PubSub system for multiple clients.

9 lines 195 B
exports.test= function () { var log = console.log , Vapid = require( '../' ) , vapid = Vapid( { secret : 'secret' , maxdb : 16 } ) ; };