RediSearch / redisearch-go

Go client for RediSearch
https://redisearch.io
BSD 3-Clause "New" or "Revised" License
293 stars 65 forks source link

Support FT.ADDHASH command #62

Closed dengliming closed 4 years ago

dengliming commented 4 years ago

A PR for https://github.com/RediSearch/redisearch-go/issues/57

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.04%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   72.74%   72.78%   +0.04%     
==========================================
  Files          12       12              
  Lines        1108     1117       +9     
==========================================
+ Hits          806      813       +7     
- Misses        239      240       +1     
- Partials       63       64       +1     
Impacted Files Coverage Δ
redisearch/client.go 79.61% <77.77%> (-0.05%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76b1c66...6514978. Read the comment docs.

dengliming commented 4 years ago

@filipecosta90 It was done. Thanks for your reviewing.

filipecosta90 commented 4 years ago

@filipecosta90 It was done. Thanks for your reviewing.

Thanks @dengliming . Merging :+1: