# Functions
DelToken deletes a token from Redis.
GetAccountInfo retrieves account information from Redis for the given ID.
GetMemberCredentials retrieves member credentials from Redis.
GetUserCredentials retrieves user credentials from Redis.
RedisConnect establishes a connection to Redis and returns a Redis client.
SetAccountInfo stores account information in Redis for the given ID.
SetMemberCredentials stores member credentials in Redis.
SetUserCredentials stores user credentials in Redis.