Is it possible to use Redis streams with persistent storage or are streams limited to in memory data only ?
I know that it is possible to use Redis with persistent storage of core data structures but I have been able understand if one can also avail of persistent storage for streams in Redis.