monaco-editor/website/index/samples/sample.redis.txt

4 lines
65 B
Plaintext
Raw Normal View History

EXISTS mykey
APPEND mykey "Hello"
APPEND mykey " World"
GET mykey