0.9.1
Enhancements:
- Added option to create clients with shared pool, via
NewClientFromPool(pool *redis.Pool, name string) *Client- #51 - Added option to releases the resources used by the pool ( single, and multi-host ) via
Close()- #51 - Added support for FT.CONFIG - #50
- Added support for FT.TAGVALS - #52
Thanks to: @dengliming and @ericfengchao for the contributing!