Skip to content

Commit 36c73d4

Browse files
author
Konstantin Merenkov
committed
Merge branch 'master' of http://github.com/andymccurdy/redis-py
2 parents ab623e0 + 6eeee75 commit 36c73d4

File tree

9 files changed

+927
-66
lines changed

9 files changed

+927
-66
lines changed

README.md

Lines changed: 463 additions & 0 deletions
Large diffs are not rendered by default.

redis/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
from redis.exceptions import RedisError, ConnectionError, AuthenticationError
44
from redis.exceptions import ResponseError, InvalidResponse, InvalidData
55

6+
__version__ = '2.0.1'
7+
68
__all__ = [
79
'Redis', 'ConnectionPool',
810
'RedisError', 'ConnectionError', 'ResponseError', 'AuthenticationError'

0 commit comments

Comments
 (0)