Difference between revisions of "Redis"
(Created page with "Redis is an open-source in-memory database project implementing a distributed, in-memory key-value store with optional durability. Redis supports different...") |
|||
Line 30: | Line 30: | ||
== See also == | == See also == | ||
− | * [[ | + | * [[RedisInsight]], a GUI management client for Windows, Linux and Mac announced in November 2019 |
− | + | * {{Key-value databases}} | |
{{CC license}} | {{CC license}} |
Revision as of 10:52, 18 December 2019
Redis is an open-source in-memory database project implementing a distributed, in-memory key-value store with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, hyperloglogs, bitmaps and spatial indexes.
Redis is also provided as a service in different Cloud providers ElastiCache from Amazon Web Services and Azure Cache from Microsoft Azure.
Basic commands
- Connect to Redis database:
$ redis-cli 127.0.0.1:6379> ping PONG
- Get a list of keys:
redis-cli --scan
- Get redis information:
redis-cli $127.0.0.1:6379> info
Redis Enterprise
Redis Enterprise is a commercial version of Redis including replication capabilities.
K8s operator for Redis Enterprise was released in October 2018.
CRDB (Conflict-free Replicated Redis Database) allows to run an application in a distributed manner across cloud and on-prem.
Activities
- Read Redis release Notes https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES
See also
- RedisInsight, a GUI management client for Windows, Linux and Mac announced in November 2019
- Key-value databases: Berkeley DB, Redis,
etcd
, leveldb, RocksDB (MyRocks), Infinispan, Amazon DynamoDB, Apache Zookeeper, LevelDB, RocksDB, Pebble
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Source: https://en.wikiversity.org/wiki/Big_Data/Redis_DataBase
Advertising: