Skip to content

Commit 476378d

Browse files
committed
refactor: Rename redisKeys.ts to chartStorageKeys.ts
Better name that reflects the purpose - composing keys for chart data storage, not just Redis-specific utilities.
1 parent 1fe3d01 commit 476378d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/services/chartDataService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import RedisHelper from '../redisHelper';
2-
import { composeTimeSeriesKey, getTimeSeriesSuffix } from '../utils/redisKeys';
2+
import { composeTimeSeriesKey, getTimeSeriesSuffix } from '../utils/chartStorageKeys';
33

44
/**
55
* Service for fetching chart data from Redis TimeSeries

0 commit comments

Comments
 (0)