Metadata-Version: 2.4
Name: agora_redis_client
Version: 3.0.0
Summary: Redis Client for the Agora Edge Apps SDK 2.0 (Python)
Author-email: AgoraIoT <agoraiot@slb.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
Requires-Dist: agora_logging == 3.0.0
Requires-Dist: agora_config == 3.0.0
Requires-Dist: fakeredis == 2.23.2
Requires-Dist: redis == 5.*
Project-URL: Home, https://slb-edge.github.io


# agora_redisclient

This package is the Redis Client for the Agora Edge Apps SDK (Python) developed by SLB.

Use this SDK to construct an edge application, and then containerize it for the running on the edge with AgoraIoT.  Documentation on using the entire SDK can be found at: [AgoraIoT SDK Documentation](https://slb-edge.github.io).

## Release Notes

### v3.0.0
- If Redis server is not available, attempt to reconnect using exponential backoff.

### v3.0.0b3
- If Redis server is not available, attempt to reconnect using exponential backoff.

### v1.1.57
- If Redis Server:Port is not set in configuration, the system notifies user and continues with a 'fake redis' instance that allows Redis Client to be instantiated as well as Twin Properties to work.

### v1.1.56
- Fix bug to set the default redis server to be the redis container name on the gateway if not found in the AEA.json 

### v1.1.53
- Make versions of all modules the same

### v1.0.26

- Initial Version of Redis Client


