How to Use Redis in PHP

Introduction If you’re looking for a structured solution for storing data in memory, Redis may be the ideal choice. Redis is an open-source, in-memory data structure server, or key-value store. Its name is an abbreviated version of the phrase “Remote Dictionary Server”. What sets Redis apart from other key-value databases is its unique ability to … Continued

How to Set-up Replication in Redis

Introduction This tutorial will explain how to perform the Redis set-up replication. Redis is an open-source data structure store designed to complete most requests in under a millisecond. This permits just one server to handle millions of simultaneous requests each second. Redis employs RAM for data storage to deliver nonpareil performance. However, RAM is volatile … Continued

How to Set-up Persistence in Redis

Introduction This tutorial will explain how to perform Redis set-up persistence and how to set up the append-only file. The Redis database backup, or RDB, are backup snapshots taken at predetermined intervals to prevent data loss in the event of an outage. Redis persistence uses an append-only file as a mode of data persistence that … Continued

How to Use Redisson a Redis Java Client Library on Java

Introduction Redis is an open source, data-structure store that can be used as a caching layer, database or messaging agent. Redis can resolve complex programming issues and reduce latency and coding time. Java is a programming language typically used to create application modules for web pages. This tutorial will cover how to use the Redis … Continued

How to Connect Redis on Java using Jedis

Introduction This tutorial will demonstrate how to connect Redis to Java with the Jedis client library for Java using Maven in Eclipse. Redis is an open-source data store that is used as a cache and database with builtin replication that supports data structures such as bitmaps, indexes, lists, sets, sorted sets and strings. Java is … Continued

Redis CONFIG SET Command

Introduction In this article we’ll take a look at the CONFIG GET’s companion, CONFIG SET. We’ll look at the command’s basic syntax and give you a reference for all the configuration settings that are available. Without further ado, let’s jump in. What does the CONFIG SET command do? The CONFIG SET command lets you set … Continued

Redis CONFIG GET Command Explained

Introduction In this article we’ll take a look at the CONFIG GET command. We’ll take a look at some of the command’s options and we’ll run the command on our local Redis instance so you can see what type of results to expect. What does the CONFIG GET command do? The CONFIG GET command lets … Continued

Redis RANDOMKEY Command Example

Introduction If you’re reading this article you probably are looking for a reminder of the Redis RANDOMKEY syntax. Well you’re in luck because we’ll give you the syntax and it’s super simple! If that’s all you needed then we’re happy to help but we’ll also continue on after that and give you more details about … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.