- This topic is empty.
-
AuthorPosts
-
January 3, 2023 at 3:51 pm #3575
Christine
GuestAny option to integrate Till’s pro version of this plugin instead of the free one that SlickStack seems to be using? Curious.
January 4, 2023 at 8:24 am #3588Bruce
GuestWe actually discussed this in our Discord server last year…. previously SlickStack was using an
object-cache.phpthat LittleBizzy forked from Pressjitsu:https://github.com/littlebizzy/object-cache
But Pressjitsu stopped maintaining their code recently and SlickStack changed back to using Till Kruss’ free version of Redis Object Cache:
From a technical view, using the Pro version is no problem. The challenge is that there is no easy way to “tell” SlickStack you want to use a different object cache solution.
January 4, 2023 at 11:41 pm #3647Diana
Guestwhat is different free and Pro?
January 7, 2023 at 4:03 pm #3676Edward
Guestwhat is different free and Pro?
Till says the Pro version is faster performance, a few other minor features.
I think also includes license/support.
January 10, 2023 at 10:17 am #3700Samuel
GuestHe’s also worked a lot on the Predis library, did SlickStack test it
January 10, 2023 at 10:26 am #3701Marilyn
GuestHe’s also worked a lot on the Predis library, did SlickStack test it
SlickStack uses the PHP extension
phpredishttps://github.com/phpredis/phpredis
This is unlikely to change in the near future, cuz it’s more standard. I think a member of our Discord server asked Till directly about this and he was told that Predis is only faster in niche cases such as ARM servers.
Honestly several Redis clients for PHP have been “tried” over the years, but
phpredisseems to always stick around and is more official really.And frankly 99% of SlickStack instances probably don’t need Object Cache Pro since they are running on independent cloud servers.
April 9, 2023 at 12:24 pm #4878Isabella
GuestSlickStack is now using Memcached instead of Redis just FYI.
April 9, 2023 at 8:04 pm #4884 -
AuthorPosts