Login
Roast topics
Find topics
Find it!
From:
Stuff from here and there
(Uncensored)
subscribe
Using redis for session store in a Hanami application | Stuff from here and there
https://sebastjan-hribar.github.io//programming/2019/07/23/redis-for-session-store-hanami.html
links
backlinks
Tagged with:
redis
sessions
hanami
Roast topics
Find topics
Roast it!
To be able to list logged in users in my Hanami application I’ve switched from cookies to redis for session store. The setup is quite brief thanks to the redis-rack gem.