Skip to content

Commit 709922e

Browse files
Merge pull request #280 from splitio/flagsets_baseline
Polishing
2 parents d013940 + 0b34716 commit 709922e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storages/inRedis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function InRedisStorage(options: InRedisStorageOptions = {}): IStorageAsy
4545
});
4646

4747
return {
48-
splits: new SplitsCacheInRedis(log, keys, redisClient),
48+
splits: new SplitsCacheInRedis(log, keys, redisClient, settings.sync.__splitFiltersValidation),
4949
segments: new SegmentsCacheInRedis(log, keys, redisClient),
5050
impressions: new ImpressionsCacheInRedis(log, keys.buildImpressionsKey(), redisClient, metadata),
5151
impressionCounts: impressionCountsCache,

0 commit comments

Comments
 (0)