Skip to content

Two Redis instances (object caching + sessions) #1658

@strarsis

Description

@strarsis

Summary

I set up the redis server to not persist anything, this increases its performance. The redis server is used for object caching. However, for sessions the redis data should be persisted to prevent empty shopping carts, kicked out logged in users on server restarts. It would be nice to have one redis non-persisting server instance for object cache/transients only, and one redis server instance that persists for PHP sessions.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions