3rd-Eden / memcached

A fully featured Memcached client build on top of Node.js. Build with scaling in mind so it will support Memcached clusters and consistent hashing.
MIT License
1.31k stars 276 forks source link

Can I retrieve value in Laravel application ? #340

Open farazirfan47 opened 5 years ago

farazirfan47 commented 5 years ago

I am setting value using memcached inside node project and retrieving back it in laravel app, does it allow ? is it adding some prefix before setting value in RAM ?