Renato Carvalho
Renato Carvalho
It looks like the Hydration doesn't work for Entities modeled on a Class Table inheritance relationship: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/inheritance-mapping.html#class-table-inheritance. Both SimpleObjectHydrator and ReadOnlyHydrator do not work. Example below: ```php /** * @ORM\Entity(repositoryClass="App\Repository\ScheduleRepository")...
Since Redis 6.0 released on 2020 a float value is allowed to define the timeout for `brpop` commands: https://github.com/redis/redis/commit/eca0187370c14aa2c126fe07e5310e44c2780a95 https://redis.io/commands/brpop/ ``` Starting with Redis version 6.0.0: timeout is interpreted as...
On CentOS linux distributions using SELinux the systemd unit doesn't have the required permissions to set the maxclients config via `setrlimit()`: https://github.com/Snapchat/KeyDB/blob/main/src/server.cpp#L3546 Below are the logs when the service was...
Since Redis 6.0 released on 2020 a float value is allowed to define the timeout for brpop commands: https://github.com/redis/redis/commit/eca0187370c14aa2c126fe07e5310e44c2780a95 https://redis.io/commands/brpop/ ``` Starting with Redis version 6.0.0: timeout is interpreted as...