Skip to content

Commit ebef2c9

Browse files
committed
fix(redis): typo in operation name
1 parent a51ae36 commit ebef2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/instrumentations/utils/redisTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var sortedSets = [
132132
'zrangebylex',
133133
'zrevrangebylex',
134134

135-
'rangebyscore',
135+
'zrangebyscore',
136136
'zrank',
137137
'zrem',
138138

0 commit comments

Comments
 (0)