Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ update
Method
update
redis/client.py:138–140 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
136
super().__setitem__(k.upper(), v)
137
138
def
update(self, data):
139
data = CaseInsensitiveDict(data)
140
super().update(data)
141
142
143
class
AbstractRedis:
Callers
15
test_cluster_pubsub_resubscribe_shard_channels_groups_by_slot
Method · 0.80
get_expected_command_policies
Function · 0.80
capture_subscribe
Method · 0.80
_get_client
Function · 0.80
test_cluster_pubsub_resubscribe_shard_channels_groups_by_slot
Method · 0.80
capture_subscribe
Method · 0.80
client_factory
Function · 0.80
get_cluster_client_maint_notifications
Function · 0.80
__init__
Method · 0.80
set_retry
Method · 0.80
psubscribe
Method · 0.80
punsubscribe
Method · 0.80
Calls
1
CaseInsensitiveDict
Class · 0.85
Tested by
7
test_cluster_pubsub_resubscribe_shard_channels_groups_by_slot
Method · 0.64
capture_subscribe
Method · 0.64
_get_client
Function · 0.64
test_cluster_pubsub_resubscribe_shard_channels_groups_by_slot
Method · 0.64
capture_subscribe
Method · 0.64
client_factory
Function · 0.64
get_cluster_client_maint_notifications
Function · 0.64