File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -83,3 +83,17 @@ Accessing redis-py's Sentinel instance
83
83
def index ():
84
84
slaves = redis_sentinel.sentinel.discover_slaves(' service1' )
85
85
return jsonify(slaves = slaves)
86
+
87
+ Change log
88
+ ----------
89
+
90
+ v0.2.0
91
+ ~~~~~~
92
+
93
+ * Use config variables other than `REDIS_{HOST, PORT, DB} ` even if `REDIS_URL ` is used
94
+ * Minor refactoring
95
+
96
+ v0.1.0
97
+ ~~~~~~
98
+
99
+ * Initial release
Original file line number Diff line number Diff line change 5
5
setup (
6
6
name = 'Flask-Redis-Sentinel' ,
7
7
py_modules = ['flask_redis_sentinel' ],
8
- version = '0.1 .0' ,
8
+ version = '0.2 .0' ,
9
9
install_requires = ['Flask>=0.10.1' , 'redis>=2.10.3' ],
10
10
description = 'Redis-Sentinel integration for Flask' ,
11
11
url = 'https://github.com/infinario/flask-redis-sentinel' ,
You can’t perform that action at this time.
0 commit comments