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

Commit 866b1ce

Browse files
Ariel Shtulgkorland
authored andcommitted
Change incrby Decrby to return timestamp (#24)
* incrby/decrby return timestamp
1 parent d060b07 commit 866b1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redistimeseries/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def __init__(self, *args, **kwargs):
9292
self.ALTER_CMD : bool_ok,
9393
#self.ADD_CMD : bool_ok,
9494
#self.MADD_CMD : bool_ok,
95-
self.INCRBY_CMD : bool_ok,
96-
self.DECRBY_CMD : bool_ok,
95+
#self.INCRBY_CMD : bool_ok,
96+
#self.DECRBY_CMD : bool_ok,
9797
self.CREATERULE_CMD : bool_ok,
9898
self.DELETERULE_CMD : bool_ok,
9999
self.RANGE_CMD : parse_range,

0 commit comments

Comments
 (0)