List of Listings
Chapter 1. Getting to know Redis
Listing 1.1. An example showing the SET, GET, and DEL commands in Redis
Listing 1.2. The RPUSH, LRANGE, LINDEX, and LPOP commands in Redis
Listing 1.3. The SADD, SMEMBERS, SISMEMBER, and SREM commands in Redis
Listing 1.4. The HSET, HGET, HGETALL, and HDEL commands in Redis
Listing 1.5. The ZADD, ZRANGE, ZRANGEBYSCORE, and ZREM commands in Redis
Listing 1.6. The article_vote() function
Listing 1.7. The post_article() function
Listing 1.8. The get_articles() function
Chapter 2. Anatomy of a Redis web application
Listing 2.1. The check_token() function
Get Redis in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.