136 137 138
# File 'lib/llm_memory/stores/redis_store.rb', line 136 def get(key) @client.hgetall(key) end