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

Method delete

redis/cluster.py:3604–3605  ·  view source on GitHub ↗
(self, *names)

Source from the content-addressed store, hash-verified

3602 self._execution_strategy.script_load_for_pipeline(*args, **kwargs)
3603
3604 def delete(self, *names):
3605 self._execution_strategy.delete(*names)
3606
3607 def unlink(self, *names):
3608 self._execution_strategy.unlink(*names)

Callers 15

cmds_sorted_set.pyFile · 0.45
dt_vec_set.pyFile · 0.45
trans_pipe.pyFile · 0.45
dt_ss.pyFile · 0.45
dt_list.pyFile · 0.45
dt_json.pyFile · 0.45
dt_bitfield.pyFile · 0.45
dt_topk.pyFile · 0.45
dt_geo.pyFile · 0.45
dt_cms.pyFile · 0.45
dt_tdigest.pyFile · 0.45
cmds_generic.pyFile · 0.45

Calls

no outgoing calls