Libraries
»
llm_memory
(0.1.14)
»
Index
»
LlmMemory
»
RedisStore
»
#info
Method: LlmMemory::RedisStore#info
Defined in:
lib/llm_memory/stores/redis_store.rb
#
info
⇒
Object
24 25 26
# File 'lib/llm_memory/stores/redis_store.rb', line 24
def
info
@client
.
call
(
[
"
INFO
"
]
)
end