Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
""
" "
""
Callers
15
dt_list.py
File · 0.45
home_prob_dts.py
File · 0.45
dt_bloom.py
File · 0.45
dt_cuckoo.py
File · 0.45
test_delex_unconditional_delete_string
Method · 0.45
test_delex_unconditional_delete_nonstring_allowed
Method · 0.45
test_delex_ifeq
Method · 0.45
test_delex_ifne
Method · 0.45
test_delex_ifdeq_and_ifdne
Method · 0.45
test_exists
Method · 0.45
test_set_ifeq_when_key_missing_does_not_create
Method · 0.45
test_set_ifdeq_and_ifdne
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_delex_unconditional_delete_string
Method · 0.36
test_delex_unconditional_delete_nonstring_allowed
Method · 0.36
test_delex_ifeq
Method · 0.36
test_delex_ifne
Method · 0.36
test_delex_ifdeq_and_ifdne
Method · 0.36
test_exists
Method · 0.36
test_set_ifeq_when_key_missing_does_not_create
Method · 0.36
test_set_ifdeq_and_ifdne
Method · 0.36
test_json_setgetdeleteforget
Function · 0.36
test_json_get_jset
Function · 0.36
test_nonascii_setgetdelete
Function · 0.36
test_json_commands_in_pipeline
Function · 0.36