Skip to content

Commit

Permalink
Merge pull request #280 from splitio/flagsets_baseline
Browse files Browse the repository at this point in the history
Polishing
  • Loading branch information
EmilianoSanchez authored Dec 4, 2023
2 parents d013940 + 0b34716 commit 709922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storages/inRedis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function InRedisStorage(options: InRedisStorageOptions = {}): IStorageAsy
});

return {
splits: new SplitsCacheInRedis(log, keys, redisClient),
splits: new SplitsCacheInRedis(log, keys, redisClient, settings.sync.__splitFiltersValidation),
segments: new SegmentsCacheInRedis(log, keys, redisClient),
impressions: new ImpressionsCacheInRedis(log, keys.buildImpressionsKey(), redisClient, metadata),
impressionCounts: impressionCountsCache,
Expand Down

0 comments on commit 709922e

Please sign in to comment.