Anton O.

Results 6 comments of Anton O.

@mrclay Can you provide an example of a form and change that is happening. Thanks in advance.

@epicfaace, @MatinF I finally have time to work on this, but I want to clear out a few things first: There are 2 ways to add this functionality: #1. As...

I'll need to refresh my RAM to get to this, I'll try to find time this/next week.

I had similar problem, caused by caching RedisClient in my singleton object, and reusing in methods, after I switched to creating new RedisClient each time, it disappeared.

@AL333Z I faced some concurrency issues with previous approach recently, and switched to RedisConnectionPool with the latest release 2.14. So my advice is to use a RedisConnectionPool instead of creating...

@Steffan-Ennis Can you provide an example?