Method: LlmMemory::RedisStore#info

Defined in:
lib/llm_memory/stores/redis_store.rb

#infoObject


24
25
26
# File 'lib/llm_memory/stores/redis_store.rb', line 24

def info
  @client.call(["INFO"])
end