Redis playground

set message "hello world"
get message

Redis is an in-memory data structure and pub/sub server with optional durability.

⛫ homepage • αω tutorial • ⚘ community

Sandbox details

Redis version:      8.0
sandbox engine:     codapi
sandbox name:       redis
command:            run
in-browser:         ✘

Usage example:

```text
set name alice
get name
```

<codapi-snippet sandbox="redis" editor="basic">
</codapi-snippet>

Documentation