= 1.0.0 Return Value Return String This" />



English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Redis Echo Command

Redis Connections

The Redis Echo command is used to print the given string.

Syntax

The basic syntax of the redis Echo command is as follows:

redis 127.0.0.1:6379> ECHO message

Available Version

>= 1.0.0

Return Value

Returns the string itself.

Online Examples

redis 127.0.0.1:6379> ECHO "Hello World"
"Hello World"

Redis Connections