-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add new api search_by_ids Signed-off-by: Yhz <[email protected]> * update example Signed-off-by: Yhz <[email protected]> * fix typo Signed-off-by: Yhz <[email protected]> * fix search by ids error Signed-off-by: Yhz <[email protected]> * add search_by_ids test case Signed-off-by: Yhz <[email protected]> * use connection pool Signed-off-by: yhz <[email protected]> * async api pass Signed-off-by: Yhz <[email protected]> * add async examples Signed-off-by: Yhz <[email protected]> * Fix TypeError raised in inserting vectors with async set true (#200) Signed-off-by: Yhz <[email protected]> * add timeout for async APIs Signed-off-by: Yhz <[email protected]> * add API close Signed-off-by: Yhz <[email protected]> * optimzie code Signed-off-by: Yhz <[email protected]> * remove terminate() in pool Signed-off-by: Yhz <[email protected]> * deprated connect Signed-off-by: Yhz <[email protected]> * get collection info failed when info is null (fix #201) Signed-off-by: yhz <[email protected]> * fix Signed-off-by: yhz <[email protected]> * update http handler Signed-off-by: yhz <[email protected]> * .. Signed-off-by: yhz <[email protected]> * filter -1 result Signed-off-by: Yhz <[email protected]> * Update APIs names Signed-off-by: yhz <[email protected]> * update future done not raise exception Signed-off-by: Yhz <[email protected]> * update Signed-off-by: yhz <[email protected]> * Fix excepted exceptions if async invoke with timeout (#207) Signed-off-by: yhz <[email protected]> * remove api compacity Signed-off-by: yhz <[email protected]> * add more params in pool Signed-off-by: yhz <[email protected]> * add pool try_connect and pre_ping params Signed-off-by: yhz <[email protected]> * remove parms recycle Signed-off-by: yhz <[email protected]> * update for http handler Signed-off-by: Yhz <[email protected]> * update example Signed-off-by: yhz <[email protected]> * update readme Signed-off-by: yhz <[email protected]> * update Signed-off-by: yhz <[email protected]> * rename project name Signed-off-by: yhz <[email protected]> * Prepare for v0.2.11 Signed-off-by: yhz <[email protected]> * update async example Signed-off-by: yhz <[email protected]>
- Loading branch information
Showing
33 changed files
with
3,090 additions
and
906 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.