Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SiNi_Si's avatar

I'm thinking of using redis do I need a make a webhook and restart redis server?

Is this a good practise? or is it good to go after it is installed on the server?

Also is this a good choice for just caching?

Thanks Si

0 likes
2 replies
malakhaltsev's avatar
Level 3

Redis is a good technology for caching - quite fast and stable. It's enough just to install it on server and you're good to go. No need to restart it often.

Please or to participate in this conversation.