Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.[1]
Use the following Redis commands to select a database and set initial keys and values: SELECT 0 MSET "Bulgaria" "45.2" "Canada" "45" "Federated States of Micronesia" "36.1" "Finland" "37.2" "Germany" "40.3" "Japan" "41" "Marshall Islands" "35.6" "Palau" "35" "Turkmenistan" "50.1"
Use the following Redis command to show existing configuration information: INFO