-
Hi, i would like to know if there is a way to access a redis DB in an async way. I would like to use hiredis in for this. Is there a simple way of doing this ?
-
Hello.
Recently I was looking for a memory leak in my project and noticed that there is a problem in subscriptions namely AsyncGenerator
Further analysis of the code led me to the subscriber.js file…
-
### Bug description
##Description
I find my superset instance not working properly the Async queries and Cache config seems messed up.
When opening Superset for the first time, all dashboards are s…
-
### Version
5.12.12
### Platform
NodeJS
### What happened?
I was using bullmq 5.6 where I suffered the issue https://github.com/taskforcesh/bullmq/issues/2466.
After upgrading to 5.1…
-
Hello,
I'm facing an issue with the implementation of tRPC with NestJS.
I've followed the setup in docs and it generates a server.ts file as expected, but when referencing a test endpoint inside…
-
It would be nice to have async support for redis queries.
-
https://lucia-auth.com/rate-limit/token-bucket
```lua
-- Returns 1 if allowed, 0 if not
local key = KEYS[2]
local max = tonumber(ARGV[2])
local refillInter…
-
What are the resources one needs to specify here?
`let resources = vec![String::from("account1"), String::from("account2")];`
Looking at the `rslock` crate which is referenced, is it the same as…
-
Hi.
I'm using fakeredis to run tests via pytest-asyncio in [FastAPI](https://github.com/tiangolo/fastapi) application.
Library versions:
```
fakeredis==2.19.0
fastapi==0.103.1
hiredis==2.2.3
…
-
**Describe the bug**
It seems tasks don't run in parallel
**How to reproduce**
Include source code:
```python
import asyncio
from faststream import FastStream
from faststream.redis impor…