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

4 lines
65 B
Plaintext

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