Redis

Redis is an open source, resident NoSQL database management system that works with key-value data structures. It is used both for databases and for the implementation of caches, message brokers.

It is focused on achieving maximum performance on atomic operations (about 100 thousand SET and GET requests are reported per second on an entry-level Linux server). Written in C, access interfaces are built for most major programming languages.

https://redis.io

Contact us