MCPcopy
hub / github.com/redis/redis-py / type

Method type

redis/cache.py:318–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316
317 @property
318 def type(self) -> EvictionPolicyType:
319 return EvictionPolicyType.time_based
320
321 def evict_next(self) -> CacheKey:
322 self._assert_cache()

Callers 13

dt_vec_set.pyFile · 0.45
dt_list.pyFile · 0.45
dt_json.pyFile · 0.45
cmds_generic.pyFile · 0.45
dt_time_series.pyFile · 0.45
test_typeMethod · 0.45
test_typeFunction · 0.45
test_type_dollarFunction · 0.45
test_typeMethod · 0.45
test_typeFunction · 0.45

Calls

no outgoing calls

Tested by 8

test_typeMethod · 0.36
test_typeFunction · 0.36
test_type_dollarFunction · 0.36
test_typeMethod · 0.36
test_typeFunction · 0.36
test_type_dollarFunction · 0.36