Browse Source

note about redis store

hotfix/0.7.1
Bryan Donovan 12 years ago
parent
commit
0e765b6c4c
  1. 5
      lib/stores/redis.js

5
lib/stores/redis.js

@ -1,3 +1,8 @@
/**
* Note: You very likely want to use your own Redis-based cache store instead
* of this one, especially for connection pooling. This is primarily an
* example implementation.
*/
function redis_store(args) {
args = args || {};
var self = {};

Loading…
Cancel
Save