-
import ChatLayout from "@/components/chat/ChatLayout";
import PreferencesTab from "@/components/PreferencesTab";
import { User } from "@/db/dummy";
import { redis } from "@/lib/db";
import { getKi…
-
# Feature request
Sometimes there is a need to send multiple messages to a channel (or group) at once. While this can be done using a group of `asyncio` tasks, the underlying logic will be suboptim…
-
I'm experiencing a performance issue with this module, that does not happen using 'npm:redis' module for Deno.
Basically, using a singleton instance
```js
import { connect } from "https://deno.…
-
[Redis docs for the EXPIRE command](https://redis.io/commands/expire/) state that it returns an "Integer reply"
in node-redis the response is transformed into a boolean.
```
// NOTE: r - instan…
-
Would it be possible to flush also the db and or all when clearing a specific namespace or the entire cache?
It seems keys are removed but space is still used in redis db after calling the clear meth…
-
X-posting from https://github.com/redis/redis-py/issues/3025.
**Version**: Redis 7.0.13, redis-py 5.0.1, hiredis 2.2.3
**Platform**: Python 3.11.6 on Debian sid
**Description**:
When usin…
-
Ruby version: 3.0.1
Rails version: 7.0.7
Sidekiq / Pro / Enterprise version(s): 7.1.3
sidekiq initializer:
```
require 'sidekiq'
require 'sidekiq-status'
# SIDEKIQ_STATUS_EXPIRATION = 48.ho…
-
Hi!
In order to use some feature of elysia like dependency injection (https://elysiajs.com/patterns/dependency-injection.html), I split the code into multiple file:
First, a state for the database…
-
**Version**: 4.4.0
**Platform**: Python 3.11.0, ubuntu
**Description**:
I am using async redis to subscribe to a topic within a fastapi websocket connection. It works fine, but I cannot make…
-
I'm encountering an unexpected error when utilizing the socket.io/redis-adapter in my application. Below are the error logs for your reference:
Environment:
Node.js Version: v20.9.0
Redis Insta…