* Adding Long Running Job worker class to work asynchronously with client.
0.12.5
Not secure
-----------------------
* Add Trusted_Connection to pyodbc options.
0.12.4
Not secure
-----------------------
* Add ability to set encoding on Redis client.
0.12.3
Not secure
-----------------------
* Use redis instead of aioredis because it is maintained much better by developers. * Removed aioredis examples from README.md since using aioradio for redis has no benefit over simply using redis.
0.12.0
Not secure
-----------------------
* Use aioredis transactions performance fixed branch (sean/aioredis-redis-py-compliance) instead of version 1.3.1.
0.11.7
Not secure
-----------------------
* Fix syntax error in manage_async_tasks where append should be equal symbol.