Skip to content

Ref/async redis

username-removed-1496206 requested to merge ref/async-redis into master

Created by: Jenselme

  • ref(api): make the onMessage method a coroutine

  • feat(test): add AsyncMagicMock class

  • ref(redis): make call to redis asynchronous

    Rely on aredis for that. Update ApiCache and related tests.

  • fix(api_cache): correct order of argument to zadd

  • fix(ws): fix string interpolation in log message

  • ref(ws): use the new async API for the cache

  • ref(api): use the new async API for the cache

  • ref(api): make sendMessage, onOpen, onClose, onPong async

Merge request reports