RSS
people

How to write a tiny URL service using Redis, PHP and Apache

There are so many tiny URL services out there. But, sometimes using those may not be suitable for your particular purpose for some reason. I faced a similar situation and came out with a decent solution using Redis (Thanks to @antirez for this brilliant key-value store), PHP and Apache. I used Predis, PHP client library for redis, to connect to redis server.
read more »

No Comments | Tags: , , ,