Database schemaΒΆ

When we want to store object to the Redis database, we use store_object() and restore_object() helper functions. These functions use picke module methods to serialize and deserialize objects.

  • clients: set of client ids
  • client:<id>: object with information about the client

Project Versions

Previous topic

Reference

This Page