Redis


Redis Overview

Installing Redis with Docker

Learn how to install and run Redis with Docker.

Redis redis-cli

Querying and Storing Redis Data Structures

Learn about Redis data structures, including String, List, Set, Sorted Set, and Hash.

Redis Command SETEX key Seconds value