Skip to content

Commit 848fef9

Browse files
Ravjot BrarRavjot Brar
authored andcommitted
Fix indentation pt 2
Signed-off-by: Ravjot Brar <Ravjot.Brar@MacBookPro.lan>
1 parent 3c76868 commit 848fef9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/valkey-metrics/src/analyzers/calculateHotKeys.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import * as R from 'ramda'
22
import * as Streamer from '../effects/ndjson-streamer'
33

44
export const calculateHotKeys = () => {
5-
const rows = Streamer.monitor()
6-
const ACCESS_COMMANDS = ["get", "set", "mget", "hget", "hgetall", "hmget", "json.get", "json.mget"]
7-
const CUT_OFF_FREQUENCY = 1
5+
const rows = Streamer.monitor()
6+
const ACCESS_COMMANDS = ["get", "set", "mget", "hget", "hgetall", "hmget", "json.get", "json.mget"]
7+
const CUT_OFF_FREQUENCY = 1
88

99
return R.pipe(
1010
R.reduce((acc, { ts, command }) => {

0 commit comments

Comments
 (0)