Zhanzhao (Deo) Liang

Results 51 issues of Zhanzhao (Deo) Liang

大佬们有计划做python的binding吗?

hi, I'm new to redisearch and the data structure seems a bit confusing to me as 2.0, `FT.ADD` is deprecated, what if I want to index a user's search history?...

c:question

Hi, I'm trying to use `RedisGraph` to solve a problem like this: I have node(station) with label poi and property name and relation(connected stations) with label link and property distance...

question

Hi, I have a question about the `load_uri_xxxx` methods does it support customization? supposed I have my images stored in to service where need to retrieve with authentication(compute some signature)

Hi, Is there any example of using image bytes as attachment and inline? currently I'm writing it as a `NamedTemporaryFile` and then use it as attachment, just wonder if I...

Hi, in our production environment, we need a proxy to send email, is there any plan to support it? thanks,

🚀 feature

I want to use multiline pattern per container, but currently it's only available as a global pattern. I can workaround by using multiple logspout, but it will be great if...

we have some schema using unqualified names like `2019`, `1abc`, we use `data_key` to support it ```python class A(Schema): a = fields.String(data_key='2019') ``` we would like it to be dumped...

```python from geoalchemy2 import WKBElement import simplejson as json json.dumps({'a': [WKBElement('abcde')]}) ``` I tried to use the `default` as parser to due with `WKBElement`, but the code is not going...

**Is your feature request related to a problem? Please describe.** we are using schema base sharding(each tenant rely in one schema), and we name it something like `dm_1`, `dm_3` with...

enhancement