pystemon
pystemon copied to clipboard
RedisStorage doesn't store content unlike other storage systems
Hello, I wonder why RedisStorage doesn't store paste content unlike other storage systems ? Is there a limitation of Redis or stuff like that RedisStorage should only store paths and depends on FileStorage ? Many thanks.
Excellent question, it could store everything, but afaik that's not really the idea with redis. Feel free to initiate a PR with a patch to (optionally) allow storing the full paste in redis.
Many thanks for the reply, ok i will initiate a PR with options inspired by the mongo save-profile
config.
Redis streams seems to be relevant.