Как стать автором
Обновить

Комментарии 3

Instead of a Q&A board, I wonder if I can build glossary page with Redis. Let's say I let people propose terms that they want a definition and if 10 people upvote it, I'll then provide a definition for such terminology. Can it work like this?

Sure thing you can. It's very similar to what I did for the Q&A board. You can also add an autocomplete feature to check if maybe those terms that a user inputs have already been asked. Here is how autocomplete can be done with Redis https://redislabs.com/ebook/part-2-core-concepts/chapter-6-application-components-in-redis/6-1-autocomplete/

Redis is very fast and scales well. Most commercial projects have Redis in their tech stack and often use them as an auxiliary database, not just in-memory cache.

Зарегистрируйтесь на Хабре, чтобы оставить комментарий

Публикации

Истории