Class for storing chat message history using Redis. Extends the BaseListChatMessageHistory class.

Hierarchy

Constructors

Properties

client: RedisClientType<RedisModules, RedisFunctions, RedisScripts>

Methods

  • Deletes all chat messages from the Redis database for the current session.

    Returns Promise<void>

    Promise resolving when the messages have been deleted.

  • Ensures the Redis client is ready to perform operations. If the client is not ready, it attempts to connect to the Redis database.

    Returns Promise<boolean>

    Promise resolving to true when the client is ready.

Generated using TypeDoc