amphp / redis

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

Home Page:https://amphp.org/redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor bug with getName()

bennnjamin opened this issue · comments

See this line here

public function getName(): string

It should actually return a ?string since name can be null if no name is set (https://redis.io/commands/client-getname/).

Not a big issue but making a record of the issue and will make a pull request if I get time.