mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
how to use redis master-slave config in zf3? #5560
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @legend-goat on GitHub (May 28, 2017).
Originally assigned to: @Ocramius on GitHub.
i used master-slave mysql in zf3 as following:
i don't know how to used in redis connection. i viewed the document , but also have no idea.
@Ocramius commented on GitHub (May 28, 2017):
Closing: this is not an issue related to the ORM.
Also, you don't really use a master/slave redis setup unless you are doing a ridiculous amount of cache operations, for which redis already had appropriate load distribution tools.