Extremist Developer

RSS

Posts tagged with "redis"

PHP Nested Comments using Redis

Just some random fun, a nested comments system using Redis only :

https://gist.github.com/803251

RedisExtended

I decided to share my small library that i plugged on top of PhpRedis :

https://github.com/Mikushi/RedisExtended

Basically offers some extra functionality using Redis. I’ll be pushing more stuff, stack and message queue as soon as i have it fully tested locally.

Autocomplete with Redis

Here is a PHP implementation of Antirez’s autocomplete example in Ruby using Redis. The full explanation for this algorithm can be found here:

http://antirez.com/post/autocomplete-with-redis.html

I’m using the Redis php extension, you can download it here:

http://github.com/owlient/phpredis

Here is the code :

Sep 3

My small secret project, LiveGraph, is slowly coming along, i’m mainly done with the base features, and now working on front-end integration. Soon more info about it.