|
|
|
|
|
by icebraining
2673 days ago
|
|
Well, the previous comment was describing the use of Redis as a cache, and in that use case, yeah, it's kind of between the application and the database. That said, caching is just one of the possible uses for Redis. I think of it as an easy way to share arrays, dictionaries, queues, etc between different applications. Then it's easy to see how it can be used for almost anything. |
|