backbone-db-redis
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -381,4 +381,3 @@ var _ = require('lodash'), | ||
var params = _.clone(options.indexKeys); | ||
params.push(collection.indexKey); | ||
if (collection.indexSort) params.unshift(params.length); // how many keys to union | ||
if (collection.indexSort) params.unshift(options.indexKeys.length); // how many keys to union | ||
params.unshift(unionKey); // where to store | ||
@@ -385,0 +384,0 @@ |
{ | ||
"name": "backbone-db-redis", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "Redis driver for Backbone.Db", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
60246
1773