-
TokenServer为什么不基于Redis时间窗口来实现呢?或者Redis本身就是一个TokenServer呀!
以“应用名_资源名_规则ID_参数值”作为redis的Key,时间窗口长度(durationInSec)为ttl,创建一条redis记录,创建记录通过 set key value ex ttl nx 指令,确保时间窗口内有且仅有一条有效记录。然后,通过incrBy key coun…
-
There is this older issue https://github.com/luin/ioredis/issues/610 also created by me. But since this is rather important I would like to create a new one with a very specific code to reproduce the …
-
### Package version
2.3.0
### Describe the bug
I implemented the limiter to limit auth attempts in my controller. I'm writing tests with Japa plugin for the auth functionality. I implemented the li…
-
Hello
I Need to have rejson redisearch and redisgraph based on redis 7.0.4 and then create redismod based on them.
But I cant create Docker image for each of them
For example when I create red…
-
It looks like the getClient function in PrimusRedisRooms is trying to blind pass the options object into create client, However, create client api for redis accepts ( port, host, options );
I constan…
-
# 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…
-
Hi,
would it be possible to create a mechanism, which would create a redis-master-server service which would always point only to the redis master?
I'm thinking about dynamic labels changing fo…
-
Hi,
I think I hit the limitation of the library. Whenever I try to store the response in a size aprox. 120 000 characters and more, I get the timeout.
The library is used in a srcache configuration…
-
## 🆕🐥 First Timers Only
This issue is reserved for people who have never contributed to [Hedera](https://hedera.com) or any open source project in general.
We know that creating a pull request (PR…
-
I can think of two situations where default values might want to be evaluated when an instance is created: defaults which are expensive/side-affecting to create and defaults which are dependent on oth…