-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for FT.ALTER #28
Conversation
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
=======================================
Coverage 75.04% 75.04%
=======================================
Files 12 12
Lines 1182 1182
=======================================
Hits 887 887
Misses 231 231
Partials 64 64 Continue to review full report at Codecov.
|
[fix] the parameters LANGUAGE is not supported in the FT.SEARCH
[add] added IF {condition} to FT.ADD API
…FT.SUGGET. Increased coverage
enable LOAD parameter on FT.AGGREGATE command
[add] added supported commands table to Readme
…ncluded to make code more readable -- no breaking changes)
Extend coverage
…gle document ) to document.go
support for FT.GET, FT.MGET, FT.SUGLEN, FT.SUGDEL, FT.ALIASADD, FT.ALIASUPDATE, FT.ALIASDEL, FT.DICTADD, FT.DICTDEL, FT.DICTDUMP
Support FT.CONFIG command
Support FT.TAGVALS command
* [add] added option to create clients with shared pool. added option to releases the resources used by the pool ( single, and multihost ) * [add] added Close() test on multi-host pool * [add] extended test for Close on multihost pool * [add] swapped deprecated redis.NewPool to redis.Pool constructor. preserving all errors on multihost pool CLose() * [fix] fixed CI invalid memory address or nil pointer dereference on TestNewMultiHostPool/multi-host_single_address
* Support FT.SYNADD FT.SYNUPDATE FT.SYNDUMP commands
* Support FT.ADDHASH command
* NewSchema fix and extended testing for SerializeSchema
…o Felixls-master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved as per the latest rebase from master and minor fix
we've correct the PR name from |
#25