Fast autocomplete using Python and Redis
General information
Problem
Imagine situation when you need provide autocomplete for some data list. In case when you using SQL probably you will do something like this:select * from table_name where table_field like 'search%'