Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ object
Method
object
redis/commands/core.py:1846–1846 ·
view source on GitHub ↗
(self: SyncClientProtocol, infotype: str, key: KeyT, **kwargs)
Source
from the content-addressed store, hash-verified
1844
1845
@overload
1846
def
object(self: SyncClientProtocol, infotype: str, key: KeyT, **kwargs) -> Any: ...
1847
1848
@overload
1849
def
object(
Callers
15
test_invalid_response
Function · 0.80
test_connect_without_retry_on_non_retryable_error
Method · 0.80
test_connect_with_retries
Method · 0.80
test_redis_connection_pool
Function · 0.80
test_redis_from_pool
Function · 0.80
test_retry_transaction_during_unfinished_slot_migration
Method · 0.80
test_retry_transaction_during_slot_migration_successful
Method · 0.80
test_retry_transaction_with_watch_during_slot_migration
Method · 0.80
cluster_transaction_with_otel
Method · 0.80
test_ssl_verify_flags_applied_to_context
Method · 0.80
test_object
Method · 0.80
helper
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
15
test_invalid_response
Function · 0.64
test_connect_without_retry_on_non_retryable_error
Method · 0.64
test_connect_with_retries
Method · 0.64
test_redis_connection_pool
Function · 0.64
test_redis_from_pool
Function · 0.64
test_retry_transaction_during_unfinished_slot_migration
Method · 0.64
test_retry_transaction_during_slot_migration_successful
Method · 0.64
test_retry_transaction_with_watch_during_slot_migration
Method · 0.64
cluster_transaction_with_otel
Method · 0.64
test_ssl_verify_flags_applied_to_context
Method · 0.64
test_object
Method · 0.64
helper
Method · 0.64