← All tags

Posts tagged “java”

How to use SSL/TLS with Redis Enterprise

In this article, I will explain how to secure your Redis databases using SSL (Secure Sockets Layer). In production, it is a good practice to use SSL to protect the data that are moving between various computers (client applications and Redis servers). Transport Level Security (TLS) guarantees that only allowed applications/computers are connected to the database, and also that data is not viewed or altered by a middle man process.

  • nosql
  • redis
  • security
  • java
  • node
  • python
  • authentication
  • ssl

Getting Started with Redis Streams and Java

As you may have seen, I have joined Redis Labs a month ago; one of the first task as a new hire is to learn more about Redis. So I learned, and I am still learning.

  • redis
  • nosql
  • stream
  • streaming
  • java