Clients
Memory client implementations.
This module provides access to all memory client implementations.
DATETIME_FULL_LENGTH = 19
module-attribute
Length of full datetime format: YYYY-MM-DD HH:mm:ss
DATETIME_NO_SEC_LENGTH = 16
module-attribute
Length of datetime format without seconds: YYYY-MM-DD HH:mm
DATE_ONLY_LENGTH = 10
module-attribute
Length of date-only format: YYYY-MM-DD
PEPPER = 'gllm_memory_pepper_GLAIR_2025'
module-attribute
Static pepper used for HMAC-SHA256 hashing in text security functions.
TIME_ONLY_LENGTH = 8
module-attribute
Length of time-only format: HH:mm:ss