3 ms·
Redis is not a database. It’s a key / value store.
by thefreeman 4mo ago
Redis is not a database. It’s a key / value store.
- theultdev 4mo agothat's still a database. it's not a relational database.
- rytis 4mo agoIt kind of is a database: A key-value database, or key-value store, is a data storage paradigm designed for storing, retrieving, and managing associative arrays, a data structure more commonly known today as a dictionary. https://en.wikipedia.org/wiki/Key–value_database https://en.wikipedia.org/wiki/Key–value_database
- bijowo1676 4mo agoyou are confusing redis with memcached