Redis
https://redis.io/
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries...
Redis - Wikipedia
https://en.wikipedia.org/wiki/Redis
Redis (/ˈrɛdɪs/; Remote Dictionary Server) is an in-memory data structure store, used as a distributed, in-memory key-value database, cache and message broker, with optional durability.
Redis Labs | The Home of Redis
https://redislabs.com/
Leverage Redis Enterprise, the real-time database and enterprise-grade caching layer for your business-critical apps, with active-active geo-distribution, modern data models...
GitHub - redis/redis: Redis is an in-memory database that persists on...
https://github.com/redis/redis
Redis is often referred to as a data structures server. What this means is that Redis provides access to mutable data structures via a set of commands, which are sent using a server-client model with...
Redis Labs (@RedisLabs) | Твиттер
https://twitter.com/redislabs
Последние твиты от Redis Labs (@RedisLabs). Redis Enterprise in-memory database platform for real-time applications.
A high performance Redis client.
https://www.npmjs.com/package/redis
Each Redis command is exposed as a function on the client object. Tip: If the Redis server runs on the same machine as the client consider using unix sockets if possible to increase throughput.
Redis - Quick Guide - Tutorialspoint
https://www.tutorialspoint.com/redis/redis_quick_guide.htm
Redis - Quick Guide - Redis is an open source, advanced key-value store and an apt solution for building highperformance, scalable web applications.