mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
![]() |
var client = require("redis").createClient();
|
||
|
|
||
|
client.mget(["sessions started", "sessions started", "foo"], function (err, res) {
|
||
|
console.dir(res);
|
||
|
});
|