How do I configure Redis in Loco? #798
Unanswered
quentin996007
asked this question in
Q&A
Replies: 1 comment 2 replies
-
hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used docker to start redis
'docker run -p 4333:6379 --name miser-redis -d redis --requirepass “abc”'
How do I configure Redis in Loco? And how do I access and manipulate Redis when I'm in the controller?
Please give me some guidance, thanks!
Beta Was this translation helpful? Give feedback.
All reactions