Java
Redis is in-memory data store primarily used as key value cache. Apart from simple string key values, redis has support for many other data structures. Some of the
Read More
Java
Many applications has the requirement of making sure that certain user provided fields are unique in the system. For example a web application has to make sure that
Read More
Java
Last time I did something on J2EE was 3 years back, later moved on to nodejs and never had to go back to J2EE. I was much better
Read More