We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b06de commit fc29b54Copy full SHA for fc29b54
index.js
@@ -96,10 +96,8 @@ module.exports = fig => {
96
'cacheKeyFn',
97
];
98
this.opt = _.pick(opt, customOptions) || {};
99
-
100
this.opt.cacheKeyFn =
101
this.opt.cacheKeyFn || (k => (_.isObject(k) ? stringify(k) : k));
102
103
this.keySpace = ks;
104
this.loader = new DataLoader(
105
keys =>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redis-dataloader",
3
- "version": "0.4.2",
+ "version": "0.5.0",
4
"description": "DataLoader Using Redis as a Cache",
5
"main": "index.js",
6
"scripts": {
0 commit comments