Skip to content

Commit 9832da9

Browse files
authored
Merge pull request #50 from NoneGG/dev
release 1.1.0
2 parents abeb6c2 + 86388b3 commit 9832da9

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

aredis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616

1717

18-
__version__ = '1.0.9'
18+
__version__ = '1.1.0'
1919

2020
VERSION = tuple(map(int, __version__.split('.')))
2121

docs/source/release_notes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ Release Notes
5252
1.1.0
5353
-----
5454
* sync optimization of scripting from redis-py made by `bgreenberg <https://github.com/bgreenberg-eb>`_ `related pull request <https://github.com/andymccurdy/redis-py/pull/867>`_
55-
* sync bug fixed of `geopos` from redis-py made by `categulario <https://github.com/categulario>`_ `related pull request <https://github.com/andymccurdy/redis-py/pull/888>`_
55+
* sync bug fixed of `geopos` from redis-py made by `categulario <https://github.com/categulario>`_ `related pull request <https://github.com/andymccurdy/redis-py/pull/888>`_
56+
* fix bug which makes pipeline callback function not executed
57+
* fix error caused by byte decode issues in sentinel
58+
* add basic transaction support for single node in cluster
59+
* fix bug of get_random_connection reported by myrfy001

docs/source/todo.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Todo list
44
1. red lock for redis cluster
55
2. more detailed doc for cluster
66
3. more tests on cluster part
7-
4. more commands supported
7+
4. more commands supported
8+
5. optimize cluaster transaction of single node

0 commit comments

Comments
 (0)