Returns all keys matching pattern
.
While the time complexity for this operation is O(N), the constant times are fairly low. For example, Redis running on an entry level laptop can scan a 1 million key database in 40 milliseconds.
Read full article from KEYS – Redis
No comments:
Post a Comment