B4J Question How can I use the Redis backend with B4J?

DonManfred

Expert
Licensed User
Longtime User
If there is a jdbc-driver for this database it can be used i guess
 
Upvote 0

MicroDrie

Well-Known Member
Licensed User
Longtime User
I was just reading that Redis can be used as backend database, so originally Im curios.
Redis is a Command Line Interface JSON based non-persist in-memory database with a lot of clients.
Any thoughts around use cases on this?
It depends on what you want to achieve. Redis on top of a database can also be used to speed up the response of that database. You can also use Redis to create a quick in-memory persist database, either way you will need to program the interface.
 
Upvote 0
Top