Async Redis Objects

Some object orient wrappers around the redis interface provided by aioredis.

After creating a connection with aioredis, construct an ObjectClient which is a factory for data structure objects. For testing there is an in process, local only, “mock” version off all structures, with their own ObjectClient factory, in the async_redis_objects.mocks package.

Note

If you are going to use blocking methods, you should probably use a aioredis pool rather than a single connection.

At the moment only a few basic structures are implemented: