Join us for RedisConf and Hackathon, April 20-21
When I started out building websites, I didn’t focus much on performance. Performance is a luxury you worry about once you’ve mastered the basics, like HTML and CSS or whatever programming language you’re using on the backend. A beginner’s goal is to stand a site up, be able to get from page-to-page and make sure it looks good on a ...
In the previous posts in the series I gave an overview of RLEC and explained how to install and set it up and create and configure a database. In this post I explain how to view the different dashboards, graphs, and metrics for the cluster, nodes, database, and database shards.
What is session state? Session state is data that captures the current status of user interaction with applications such as a website or a game. A typical web application keeps a session for each connected user, for as long as the user is logged in. Session state is how apps remember user identity, login credentials, personalization information, recent actions, shopping cart, and ...
Over the last couple of days our team has been hard at work to address the newly-disclosed CVE-2014-0160 vulnerability (a.k.a. Heartbleed). We’ve completed proofing our service against the bug by upgrading our OpenSSL libraries, replacing certificates and changing the credentials. While we have no reason to suspect that our service’s security had been breached, we strongly recommend that all our users ...
When we wanted to add real-time full-text search to the Redis Labs documentation site, we turned to RediSearch. The robust search features in the RediSearch module helped us transform a bland form into an awesome search experience. To show off some of what’s possible with RediSearch and to help jumpstart your search projects, I’d like to talk about the architecture ...
Step-by-step instructions how to install and setup Redis Labs Enterprise Cluster (RLEC).
Spot.IM chose Redis Enterprise because of its high performance and versatility at handling multiple data-processing scenarios.
“The basic idea is that our main database is also our cache system—everything is updated in real time. I am yet to encounter limits with Redise’s scalability. It allows me to handle peaks in traffic that grow 2000% without any need to scale my database infrastructure.”
Creating a Redis Database Create a Database Using the Redis Enterprise Software Create a Database Using Redis Enterprise Cloud Create a Database Using Redis Enterprise VPC (REV) Connecting to Redis Basic Connection Troubleshooting Clustering Redis Using Redis with Ruby Installing redis-rb Opening a Connection to Redis Using redis-rb Using SSL and redis-rb Reading and Writing Data with redis-rb Using Redis with Node.js Installing node_redis Opening a Connection to Redis Using node_redis Using SSL and node_redis Reading ...
Redis Labs Head of Developer Advocacy Kyle Davis explains how you can leverage Redis Streams’ less-understood properties in your applications.