commands of Redis to do the following:
- Store this sentence in a string: “This is Database Systems.”
- Display the length of the string
- Add the sentence “The course code is NDBS742” to the end of the string so it reads as “This is Database Systems. The course code is NDBS742.”
- Automatically delete the string from the database in 60 seconds.