🎉 Introduction to new functions of GPTCache
1. Support the redis as the cache store, usage example: [redis+onnx](https://github.com/zilliztech/GPTCache/blob/main/tests/integration_tests/test_redis_onnx.py)
2. Add report table for easy analysis of cache data
What's Changed
* [add] support for redis cache storage by a9raag in https://github.com/zilliztech/GPTCache/pull/465
* Improve the position of lint comment by SimFG in https://github.com/zilliztech/GPTCache/pull/466
* Add redis integration test case by SimFG in https://github.com/zilliztech/GPTCache/pull/467
* Upgrade the actions/setup-python to v4 by SimFG in https://github.com/zilliztech/GPTCache/pull/471
* Add the report table by SimFG in https://github.com/zilliztech/GPTCache/pull/472
* Update the version to `0.1.35` by SimFG in https://github.com/zilliztech/GPTCache/pull/473
**Full Changelog**: https://github.com/zilliztech/GPTCache/compare/0.1.34...0.1.35