Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Memcache and why it is preferred over Redis (sessions) #1107

@LukeHandle

Description

@LukeHandle

Feedback on page: /guides/v2.1/config-guide/memcache/memcache.html

We recommend you use memcached for session storage. The Redis session handler in the phpredis PHP extension does not support session locking, which might cause issues with distributed systems and applications that rely on Ajax.

I don't see a reference to this issue on page: /guides/v2.1/config-guide/redis/redis-session.html - are we able to verify this issue and update the other page if confirmed. Linking to an appropriate bug report is available? ( phpredis/phpredis#37 ? ) Cm_RedisSession seems to say it does "optimistic" locking - so I guess it makes an attempt anyway?

If memcache is the recommendation for sessions, can we get this written in more places (eg. /guides/v2.1/install-gde/system-requirements-tech.html )?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions