jason

Results 1 issues of jason

Optimize `aredis` for performance by implementing lazy imports, `deque` for connection pools, pre-allocating socket buffers, using `bytearray` for command packing, and adding caching strategies. These changes significantly improve startup time...