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

TypeError, Amp\Redis\Redis::set(): Return value must be of type bool, null returned

PNixx opened this issue · comments

Example code not working:

var_export(Redis::get()->set('test', 1, (new RedisSetOptions)->withoutCreation()));

Seems like this has been fixed in f91c694.