-
#include
#include
#include "json/json.h"
#include "boost/redis/src.hpp"
// #include
#include
#include
#include
#include
#include
#include
#include
#include
#inclu…
-
I think it is good idea to use redis client with connection pool.
### Pros
I suggest to add implementation of [redis_async_pool](https://docs.rs/redis-async-pool/latest/redis_async_pool/)
###…
-
I noticed the return value type hint of redis-py functions are always like: Union[Awaitable[int], int]: (e.g. [redis.commands.core.py:L4824](https://github.com/redis/redis-py/blob/master/redis/command…
-
Hello
I am wondering that async version of redis-py supports coroutine-safety.
I created one redis client instance as a global, and then I used it without any
locking primitives in many corouti…
-
From verison 2.0 -
The `.on(name:string, handler:function):this` API from `EventListener` now returns a promise.
this breaks the chaining API, because it returns a Promise, which I could not figu…
osher updated
2 months ago
-
I am getting a lot of time out errors after moving our application to redis session state. we usually get either of the following 2 messages:
`Timeout performing EVAL (5000ms), next: EVAL, inst: 21…
-
### Expected behaviour
```php
-
[FTL] Ln 440 Deviceld: 14519 Message : The message timed out in the backlog attempting to send because no connection became available,
command=GET, timeout: 5008, outbound: OKiB, inbound: 4KiB, inst:…
-
We are encountering more timeout after migrating project from .net6 to .net8.
Here is the error message in .net8:
> StackExchange.Redis.RedisTimeoutException: Timeout performing TTL (1000ms), nex…
-