Łukasz Adamczewski

Results 5 issues of Łukasz Adamczewski

I've made recently a switch for my redis server to ardb. It was working find for 2 weeks but now am experiencing a lot of performance issues. The data is...

A lot of small changes applied to ensure that code works with PHP7.4, any help and thoughts are highly appreciated.

I was trying to configure this bundle. I create bundle that extends this bundle. ``` rizza_calendar: db_driver: orm class: model: calendar: Sylius\Sandbox\Bundle\CalendarBundle\Entity\Calendar event: Rizza\CalendarBundle\Entity\Event user: Adaptive\UserBundle\Model\User attendee: Rizza\CalendarBundle\Entity\Attendee ``` I...

Since predis library is a well-known alternative to phpredis, I've decided to add an extension to Redis storage adapter. Some properties and methods were changed to protected in order to...

Hi, i was trying to make some custom action when PaymentInterface::STATE_APPROVED was reached. I am logging all status changes: Payment status changed from 6 to 2 Payment status changed from...