ntex-redis 0.3.0

Redis client
Documentation
# Changes

## [0.3.0] - 2021-12-30

* Upgrade to ntex 0.5.0

## [0.3.0-b.3] - 2021-12-25

* Add RedisConnector::boxed_connector()

## [0.3.0-b.2] - 2021-12-24

* Update service trait

## [0.3.0-b.1] - 2021-12-22

* Upgrade to ntex 0.5.0 b.2

## [0.3.0-b.0] - 2021-12-19

* Upgrade to ntex 0.5

## [0.2.4] - 2021-12-02

* Add memory pools support

## [0.2.3] - 2021-09-03

* Fix panic during protocol decoding

## [0.2.2] - 2021-08-28

* use new ntex's timer api

## [0.2.1] - 2021-08-20

* cmd: Add Select and Ping commands

## [0.2.0] - 2021-06-27

* upgrade to ntex-0.4

## [0.1.3] - 2021-05-05

* cmd: Rename HSet::insert() to HSet::entry()

## [0.1.2] - 2021-04-21

* use ntex::framed for redis transports

## [0.1.1] - 2021-04-04

* upgrade ntex, drop direct futures dependency

## [0.1.0] - 2021-03-10

* Initial release