redisearch-go icon indicating copy to clipboard operation
redisearch-go copied to clipboard

Go client for RediSearch

Results 28 redisearch-go issues
Sort by recently updated
recently updated
newest added

`CASESENSITIVE` label should be declared before `SORTABLE`: ``` 127.0.0.1:6379> FT.CREATE ft-info-fields-test ON HASH PREFIX 1 ft-info-fields-test: SCHEMA t as tag TAG SEPARATOR "." SORTABLE CASESENSITIVE (error) Field `CASESENSITIVE` does not...

bug

I'm trying to install the package. but it keeps installing the `v1.1.1` version. i tried `@upgrade` `@latest` but can't install the `v2.1.0` version how do i install `v2.1.0` version

For my project, [`falcosidekick-ui`](https://github.com/falcosecurity/falcosidekick-ui) I use `redisearch` as storage for the events, it works really well but the community asked me to [add a TTL to keys](https://github.com/falcosecurity/falcosidekick-ui/issues/54). It's not currently...

we can not get the []string arrary, in search result in documents,it poped the error: > interface conversion: interface {} is string, not []string, and the struct of data like...

I believe we might have an issue on the go client that is not closing the idle connections when using the default simpler way to connect. Given we have a...

bug

Currently while working with `MultiHostPool` connection is being created when calling `MultiHostPool.Get` method. While creating `NewSingleHostPool` you can dial by yourself and create a connection with given password doing something...

enhancement

solr and es can upload ms office . how can i upload multipart to redisearch ?

question
state:to-be-closed