Explore Library
QuizBeginner

Basic SET and GET

In the Redis CLI, SET stores a value for a key and GET retrieves it.

In the redis-cli, what does the command 'SET name Alice' followed by 'GET name' do?