I need to implement Memcache session storage so that i could authorize websockets (ratchet). I'm a beginner in web dev, so i have some hard time understanding how libraries, classes, etc are being implemented into the project.
My project is based on Vokuro. What i want to achieve is, session storage in memcache rather than native phalcon adapter. I've seen this memcache adapter, but i don't understand how to implement it in my project.
Also, finally when i get adapter memcache adapter functioning, will i have to modify Vokuro's authentication classes or will it still work as it was with native adapter.
Thanks in advance!