Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 505b092

Browse files
authored
fix(redis): create duplicate spans for each operation (#402)
* fix(redis): create duplicate spans for each operation * fix(lint): final newline missing
1 parent dffa938 commit 505b092

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

epsagon/modules/redis.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,3 @@ def patch():
5454
'Pipeline.execute',
5555
_multi_wrapper
5656
)
57-
# Version < 3.0
58-
wrapt.wrap_function_wrapper(
59-
'redis',
60-
'StrictRedis.execute_command',
61-
_single_wrapper
62-
)

0 commit comments

Comments
 (0)