Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoneGG committed Aug 23, 2017
1 parent abeb6c2 commit 86388b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aredis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)


__version__ = '1.0.9'
__version__ = '1.1.0'

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

Expand Down
6 changes: 5 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ Release Notes
1.1.0
-----
* 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>`_
* 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>`_
* 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>`_
* fix bug which makes pipeline callback function not executed
* fix error caused by byte decode issues in sentinel
* add basic transaction support for single node in cluster
* fix bug of get_random_connection reported by myrfy001
3 changes: 2 additions & 1 deletion docs/source/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Todo list
1. red lock for redis cluster
2. more detailed doc for cluster
3. more tests on cluster part
4. more commands supported
4. more commands supported
5. optimize cluaster transaction of single node

0 comments on commit 86388b3

Please sign in to comment.