Soulmate: Redis-backed Autocompletion
Inspired by Auto Complete with Redis , Soulmate uses sorted sets to build an index of partially completed words and the corresponding top matching items, and provides a simple sinatra app to query them.
tags:Redis
via NoSQL databases
Post a Comment