Client Class

class djamo.base.Client(config=None, **kwargs)

Client class for Djamo that is responsible for connection management.

is_expired

Return True if the current client is expired and should be close.

This Page