Course Content
Test UI Features
Test UI Features
Oleh S tests
Solution
Create a new user by storing their name in Redis under a unique key:
Check if the user exists using the command:
Retrieve the user's data with the command:
Update the user's name with the new value:
Retrieve the data again to ensure the name was updated to Jane Smith
:
Thanks for your feedback!