-
Better to move all of the redis-commands inside query, mutation, or subscritions inside redis scope like such this:
```graphql
query {
redis {
a: _get(key: "a")
}
}
```
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Suppose i loaded a vector store like:
` vector_store = RedisVectorStore(redis_client=re…
-
### Bug description
I try to build a deck.gl Scatterplot chart and when I click on update chart buttom I got the 'Unexpected error' message
I set FLASK_DEBUG=True to expect more details in the log…
-
Somewhat similar to https://github.com/pubky/pubky-nexus/issues/89
- Friends/Following/Follower reach setting. See the scores of those in your WoT.
- All time / 24h / Last Month. We should explore R…
-
Redis installation through docker image "docker pull redis/redis-stack:7.2.0-v0" fails with the below given crash report. Meanwhile, docker image "docker pull redis/redis-stack:6.2.6-v9" works fine. W…
-
Hi,
We are seeing this alert after deploying multiple Redis clusters in different namespaces. AFAICT Redis itself does not consider this setup a problem.
Does the alert not take this scenario in…
-
### Connection issue when trying to connect Thanos QueryFrontend to an AWS ElasticCache Redis with TLS enabled.
**Thanos, Prometheus and Golang version used**:
Thanos v0.32.2 with AWS ElasticCac…
-
**Is your feature request related to a problem? Please describe.**
Our app has many tenants and sometimes tasks fail for one reason or another, it would be helpful to allow tenants to see jobs queued…
-
Hi there, I'm new to Redis. I'm using Redis OM and I'm experiencing an interesting issue. I created a model based off of the JSON response from a web service. It loads data correctly. However, when I …
-
Speed up db queries by caching via redis.