Replies: 1 comment
-
Redis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to share data (e.g. collections) between processes, crontabs and workers. The aim is to ensure that the data are always in memory during the application's runtime and no longer needs to be queried from the database.
I have tested this with a simple class and static $data, get() and set(), which mostly works. However, I have the impression that this is not correct.
Beta Was this translation helpful? Give feedback.
All reactions