Jack Fragassi
Results
1
issues of
Jack Fragassi
In version 1.10.1, `RedisCache` supported a callable key prefix being passed, thanks to the following `_get_prefix` function: ```python def _get_prefix(self): return ( self.key_prefix if isinstance(self.key_prefix, str) else self.key_prefix() ) ```...