redis icon indicating copy to clipboard operation
redis copied to clipboard

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

Results 15 redis issues
Sort by recently updated
recently updated
newest added

I found a problem in redis, This is my redis connection configuration: ```php $config = config('redis'); if (isset($config['host']) && isset($config['port'])) { $uri = Config::fromUri('redis://' . $config['host'] . ':' . $config['port']...

Dear Kelunik I came across Redis Stack on Redis website. While there are Redis team supported plugins like Jedis that supports Redis Stack, I am posting in here a request...

feature request

I found that the Subscriber and RemoteExecutor open a RespSocket in the connect() promise but fail to close it, taking one open file for the life of the process. In...

Need to add redis cluster support to the client library. Redis Cluster Specification - https://redis.io/topics/cluster-spec

feature request

Hi, It would be awesome if the lib could internally handle and avoid LOADING Redis is loading the dataset in memory errors, returned if the server has just started up...

feature request

Hi guys, Today it added amphp/redis to our project to replace the classic phpredis implementation. I noticed that a couple of commands are missing - e.g. zrangebyscore, zrevrangebyscore and others....

The package league/uri-parser is discontinued. I suggest upgrading to league/uri :)

RedisMap/Hash can return null if the field does not exist in the hash. Just need to change ```string``` to ```?string``` https://github.com/amphp/redis/blob/0b3f38d4f3cfd9d5c576d89d2002f82235c426a8/src/Command/RedisMap.php#L99 Redis Doc: https://redis.io/commands/hget/

Ref: - https://redis.io/docs/latest/commands/auth/ - https://symfony.com/doc/current/components/cache/adapters/redis_adapter.html#configure-the-connection

feature request