tessl install tessl/pypi-pylibmc@1.6.0Quick and small memcached client for Python
Agent Success
Agent success rate when using this tile
86%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.04x
Baseline
Agent success rate without this tile
83%
Generated
Agent Codex
Scenario 1
Binary protocol configuration including SASL authentication requirements
Scenario 2
Compression threshold and level overrides for stored values
Scenario 3
Single-key get/set with TTL and optional compression
Scenario 4
Atomic counter operations via incr and decr
Scenario 5
Client creation for TCP/UDP/UNIX servers with optional binary/SASL support
Scenario 6
Custom serialization/deserialization hooks with flag handling and CacheMiss support
Scenario 7
Deletion, delete_multi, touch, and flush_all cache management
Scenario 8
Conditional add/replace plus append/prepend string concatenation
Scenario 9
Bulk get_multi/set_multi with key_prefix handling
Scenario 10
UTF-8 normalization between str and bytes cache keys in Python 3