Autocomplete Using Redis (Basic)
Usually, when we implement suggestions in autocomplete input fields, we query directly to our database. Relatively, LIKE queries in MySQL are slower. So why not autocomplete using Redis? http://blog.katpadi.ph/autocomplete-with-redis/
Post a comment