= 1.0.0 Return Value Return String This" />
English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Redis Echo command is used to print the given string.
The basic syntax of the redis Echo command is as follows:
redis 127.0.0.1:6379> ECHO message
>= 1.0.0
Returns the string itself.
redis 127.0.0.1:6379> ECHO "Hello World" "Hello World"