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

Method get_encoder

redis/client.py:527–529  ·  view source on GitHub ↗

Get the connection pool's encoder

(self)

Source from the content-addressed store, hash-verified

525 )
526
527 def get_encoder(self) -> "Encoder":
528 """Get the connection pool's encoder"""
529 return self.connection_pool.get_encoder()
530
531 def get_connection_kwargs(self) -> Dict:
532 """Get the connection's key-word arguments"""

Callers 4

test_encoderMethod · 0.45
__init__Method · 0.45
acquireMethod · 0.45
ownedMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_encoderMethod · 0.36