module

Redis::RegexCache

LRU cache for compiled regex patterns to avoid re-compilation Improves performance of SCAN/HSCAN/SSCAN/ZSCAN operations

Constants

CACHE_SIZE = 128

Class methods

get(pattern : String) : Regex
Source