MCPcopy
hub / github.com/celery/celery / get

Method get

t/unit/backends/test_redis.py:101–102  ·  t/unit/backends/test_redis.py::Redis.get
(self, key)

Source from the content-addressed store, hash-verified

99 self.connection = self.Connection()
100
101 def get(self, key):
102 return self.keyspace.get(key)
103
104 def mget(self, keys):
105 return [self.get(key) for key in keys]

Calls

no outgoing calls

Tested by

no test coverage detected