Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
4 changes: 0 additions & 4 deletions redistimeseries/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ def __init__(self, *args, **kwargs):
MODULE_CALLBACKS = {
self.CREATE_CMD : bool_ok,
self.ALTER_CMD : bool_ok,
#self.ADD_CMD : bool_ok,
#self.MADD_CMD : bool_ok,
#self.INCRBY_CMD : bool_ok,
#self.DECRBY_CMD : bool_ok,
self.CREATERULE_CMD : bool_ok,
self.DELETERULE_CMD : bool_ok,
self.RANGE_CMD : parse_range,
Expand Down