Redis Cloud
Fully managed service integrated with Google Cloud, Azure, and AWS for production-ready apps
Redis Software
Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling
Tools
Redis Insight
Clients and Connectors
Redis Cloud
Fully managed service integrated with Google Cloud, Azure, and AWS for production-ready apps
Redis Software
Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling
Tools
Redis Insight
Clients and Connectors
Time complexity:
O(N) where N is the number of keys that will be removed. When a key to remove holds a value other than a string, the individual complexity for this key is O(M) where M is the number of elements in the list, set, sorted set or hash. Removing a single key that holds a string value is O(1).