Skip to content

Can this package be used in replacement of redis ? #466

Answered by jhunterkohler
ceessay asked this question in Q&A
Discussion options

You must be logged in to vote

It's a terrible idea. Redis is an entirely different database paradigm. MongoDB documents will always be slower than a key/pair database lookup table, especially one as optimized as redis. Understand that they are fundamentally different in database design, and not just in the fact that redis runs direct from memory.

If you wan't to learn about this general idea look at this video, I saw it earlier today:
https://www.youtube.com/watch?v=W2Z7fbCLSTw&t=4s

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hasezoey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #465 on April 16, 2021 08:10.