Enable Valkey under hosting-panel.net → Tools → Valkey Manager, then use the socket path and settings shown there in your app. See Valkey Manager for memory limits, eviction policies, and statistics.
If you do not set a TTL on keys, consider the allkeys-lru eviction policy otherwise it will likely result in Out of Memory errors.
Redis Object Cache for WordPress
Follow the Unix socket connection notes in the Redis Object Cache readme:
LiteSpeed Cache
Under Object Cache, turn Object Cache ON. Set Host to /tmp/redis.sock and Port to 0, then Save Changes.
Laravel
.env example:
Magento 2
Related articles