-
### Is your feature request related to a problem? Please describe.
I have a customer reporting that they use 2 separate Redis databases, and they want to sort by individual Redis instances on several…
-
Just got everything working. Instead of using Ruby, I just used nginx_openresty+lua+redis. Here is an example in case anyone finds this helpful:
upstream config:
```
upstream backend {
serve…
-
The call to getStudies in the exceptionlessWrite of CustomKeyGenerator is a performance issue.
When getAllStudies query is NOT in cache, it adds 20 seconds (yes 20 seconds). The studies endpoint…
-
Hey ,
encountering the following problem
We are defining the following hset key:
hset(key,mapping={"embedding": emb, "item_id": str(id), "partition":partition})
Then defining the index schema …
-
Created by: @vvippark
Source: https://github.com/RedisGraph/RedisGraph/issues/389
I am running below query
MATCH (me:Person)-[r:friends]->(he:Person) WHERE ( me.id="X" OR me.id="Y" OR me.id="Z" ) A…
-
**Is your feature request related to a problem? Please describe.**
First time using the application, connected to my local redis which is exclusively using redis Timeseries data (TSDB). Tried to view…
-
**🎯 Goal:** - Add Redis to our flow and show how to use it properly. When querying for orders, we may cache an item in Redis for 1 minute. If it's already in the cache - we can serve it from there. If…
-
Created by: @tperry
Source: https://github.com/RedisGraph/RedisGraph/issues/188
Here's an example of the problem we've encountered when trying to create a vertex that has a string attribute whose valu…
-
Hello,
I think there might be a bug with the code, although I cant confirm. We are looking to horizontally scale our nginx servers so we tried to attach redis. Unfortunately, it seems that messages…
-
I'm trying to address several redis instances, dispatching it on a host:port basis (one single backend location)
here my nginx.conf location
...
location /redis_backend {
internal;
set_unesca…