This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the default TLS connection port for Azure Managed Redis?
10000
6379
6380
Which Redis command should you avoid using in production environments for iterating over keys?
KEYS
SCAN
EXISTS
Which redis-py method sets a key with an expiration time in a single atomic operation?
setex()
expire()
set()
What does a TTL value of -1 indicate when checking key expiration in Redis?
Key exists but has no expiration set
Key doesn't exist
Key expired 1 second ago
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?