Skip to content

Commit

Permalink
Merge pull request #50 from NoneGG/dev
Browse files Browse the repository at this point in the history
release 1.1.0
  • Loading branch information
NoneGG authored Aug 23, 2017
2 parents abeb6c2 + 86388b3 commit 9832da9
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 9832da9

Please sign in to comment.