Jean Flach 6aaa35a0a6 Rewrite the RedisWriter
There should be more atomic commits but the whole thing was a mess. This
commit changes the synchrounous Redis connection into an asynchronous
one in its own class RedisConnection.
The RedisConnection uses a Workqueue with commands to fire against the
Redis server. When a response is required a callback must be supplied,
refer to RedisWriter::RedisGet().

Known Issues:
- Authentication has no error handling and can break the connection
- Error handling in general is iffy due to the nature of the async redis
connection
- Getting a reply out of RedisConnection is not trivial
- HandleRW... sunt dracones
2019-11-02 14:00:23 +01:00
..
2019-11-02 14:00:23 +01:00
2019-11-02 14:00:23 +01:00
2019-11-02 14:00:23 +01:00
2019-11-02 14:00:23 +01:00
2019-11-02 14:00:23 +01:00
2019-11-02 14:00:23 +01:00