* fix(redis_cache.py): support pipeline redis lpop for older redis versions Fixes https://github.com/BerriAI/litellm/issues/10379 * test: add mock host
* test: add __init__.py files * refactor: rename test folder to avoid naming conflict * test: update workflows * test: update tests * test: update imports * test: update tests * test: remove unused import * ci(test-litellm.yml): add pytest retry to github workflow * test: fix test