For those of you who aren't quite so caught up in the recent happenings in the open source server software world,
Redis is a remote data structure server. You can think of it like memcached with strings, lists, sets, hashes, and zsets (hashes that you can sort by value). All of the operations that you expect are available (list push/pop from either
(
Read more... )
Comments 2
Very cool article, thanks for writing it.
I suggest to use Redis 2.0.0 RC2 that is a pretty stable release candidate instead of Redis master that while usually is workable is not considered a stable release (but is actually the development tree)!
Ciao,
Salvatore
Reply
I have this same implementation running as a search feature. It works great for TF/IDF ordered results.
Can you please elaborate on incorporating a custom scoring or PageRank into the equation?
I don't really see how to accomplish this ... ?
Reply
Leave a comment