© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Lars
German developer, who likes to play with everything that comes in his way
I prefer redis. For json you could do something like
JSON.stringify(<MyJson>)
and when getting it out:
JSON.parse(<MyJsonString>)
Maybe not the best solution, but it should work.