First experience using Redis
Recently I built a search engine using Redis and this is my experience using Redis for the first time.
Aug 31, 20228 min read82

Search for a command to run...
Articles tagged with #databases
Recently I built a search engine using Redis and this is my experience using Redis for the first time.

Keys in DBMS are quite confusing things. So, let’s break it down into simple. If you don’t like reading the things out then check this video, I got you covered. https://www.youtube.com/watch?v=V793yFQpTFM So, what is a key ? A key is nothing but an a...
