David Perl f9c299af38 feat: add procedure manager and worker
Adds the basic things needed for procedures:
  - add message and endpoint types:
    - rename MessageOp.SET to MessageOp.KEY_VALUE
    - add MessageOp entries for set operations
  - add functions in redis_connector:
    - to interact with clients
    - to interact with sets
  - add procedure infra:
    - manager distributes request queue to workers
    - worker base class which times out when its
      queue is empty for too long
    - simple runner for testing
2025-03-10 15:40:12 +01:00
..
2024-09-05 16:34:49 +02:00
2024-02-08 19:26:55 +01:00