Redis: Lightweight key/value Store That Goes the Extra Mile | Linux Today

Redis: Lightweight key/value Store That Goes the Extra Mile

Written By
Web Webster
Web Webster
Sep 2, 2009

[ Thanks to An Anonymous Reader for
this link. ]

“Okay, let’s have a quick look at what just
happened there. The redis server started up and waited for
connections on TCP port 6379 (which you can see if you look in the
log file), so we can just use telnet localhost 6379 and start
talking to it. The redis protocol is a very simple interactive
plain-text protocol that’s reminiscent of the POP3 email
protocol.

“The SET command is used to create a new key and associate a
string value with it. It expects a key name and a value length. We
set mykey equal to hello, world! The GET command is how you fetch
the value associated with a key. To check for the existence of a
key, use the EXISTS command, which will return a boolean value.

“It’s worth noting that call commands in the redis
protocol are case-insensitive (though the documentation typically
shows them in uppercase for readability) and you really don’t
need to get into the details of the wire protocol most of the
time.”

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.