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

Method exists

redis/cluster.py:3571–3572  ·  view source on GitHub ↗
(self, *keys)

Source from the content-addressed store, hash-verified

3569 )
3570
3571 def exists(self, *keys):
3572 return self._execution_strategy.exists(*keys)
3573
3574 def eval(self):
3575 """ """

Calls

no outgoing calls