NoSQL: Soulmate: Redis-backed Autocompletion

| | bookmark | email

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