-
I am using redis_fdw in a PL/pgSQL function to interact with a Redis server, and I’ve encountered issues with certain queries. Here is the summary:
```
CREATE FOREIGN TABLE redis_db7 (key text, va…
-
**Describe the bug**
I've been experimenting with Redis and Redisearch for vector search on my 120-dimensional vectors. While everything seems very good on small amounts of data, after adding only …
-
**Fleet version**: 4.57
### 💥 Actual behavior
When live querying more than a handful of hosts in v4.57.0 in an environment using Redis clusters, Fleet either:
- Hangs and never returns res…
-
# Repro steps
start redis server with `timeout 1`
```
use redis::aio::ConnectionManager;
use std::time::Duration;
async fn ping(con: &mut ConnectionManager) {
match redis::cmd("ping").qu…
-
Not sure if it is a problem with Valkey specifically. But keys are stored empty in redis/Valkey. Here is the cache part of my Caddyfile for redis:
```Caddyfile
{
cache {
ttl 24h
stale 4h
…
-
If I enable redis cache and the object is not present in the cache the `Get` takes much longer than if the object is present, see screenshots below.
Is that normal or unexpected behaviour? The result…
-
Hi, is it possible to use Redis or APCu as backend for Cached Queries?
-
### Issue Description
Running ParseLiveQueryServer where a RedisCacheAdapter is also configured causes crash when ParseLiveQueryServer tries to use the cache adapter.
### Steps to reproduce
1. Ru…
-
Currently, coredis allows authenticating with Redis clusters by supplying a username and password. This works in most situations, but in some cases, such as an [Elasticache cluster using IAM for auth]…
-
I have a search query that looks something like this:
```ts
const image = await repository
.search()
.where("slug")
.eq(slug)
.and("domain")
.eq(domain || "")
.firs…