Repository containing the queries developed in 👉 Redis 👈
🖍 Download Redis-x64-3.0.504.msi
🖍 Download Redis-x64-3.0.504.zip
🖍 Install
Redis-x64-3.0.504.msi
🖍 type
redis-cli
on Terminal
echo "Hello, Redis!"
SET user "John Doe"
GET user
DEL user