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

Commit 121b612

Browse files
Ariel Shtulgkorland
authored andcommitted
Remove unused response parsing (#25)
* remove unused parsing
1 parent 866b1ce commit 121b612

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

redistimeseries/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ def __init__(self, *args, **kwargs):
9090
MODULE_CALLBACKS = {
9191
self.CREATE_CMD : bool_ok,
9292
self.ALTER_CMD : bool_ok,
93-
#self.ADD_CMD : bool_ok,
94-
#self.MADD_CMD : bool_ok,
95-
#self.INCRBY_CMD : bool_ok,
96-
#self.DECRBY_CMD : bool_ok,
9793
self.CREATERULE_CMD : bool_ok,
9894
self.DELETERULE_CMD : bool_ok,
9995
self.RANGE_CMD : parse_range,

0 commit comments

Comments
 (0)