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

Commit cd1ecef

Browse files
author
Ariel Shtul
authored
remove MODULE_INFO (#46)
1 parent 7d0c39e commit cd1ecef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

redistimeseries/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ class Client(Redis): #changed from StrictRedis
6363
it's functionality.
6464
"""
6565

66-
MODULE_INFO = {
67-
'name': 'RedisTimeSeries',
68-
'ver': '0.2.0'
69-
}
70-
7166
CREATE_CMD = 'TS.CREATE'
7267
ALTER_CMD = 'TS.ALTER'
7368
ADD_CMD = 'TS.ADD'

0 commit comments

Comments
 (0)