You have persistent processes which you can send and receive messages from which can be treated like a data structure store, as well as ETS if you need more advanced querying and Mnesia if you need embedded persistence.
I'm not sure how these compare to Redis in terms of performance/latency but Mongo is more of a "proper" database than any of these.