Skip to content

0.9.1

Choose a tag to compare

@filipecosta90 filipecosta90 released this 07 Apr 11:05
· 68 commits to master since this release
a595a0d

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!