<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Redis on DeFi + TradFi = ♡</title><link>https://www.ryzhak.com/tags/redis/</link><description>Recent content in Redis on DeFi + TradFi = ♡</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 15 Dec 2015 21:48:55 +0000</lastBuildDate><atom:link href="https://www.ryzhak.com/tags/redis/feed.xml" rel="self" type="application/rss+xml"/><item><title>Comprehensive guide to Redis. Part 6.</title><link>https://www.ryzhak.com/comprehensive-guide-to-redis-part-6/</link><pubDate>Tue, 15 Dec 2015 21:48:55 +0000</pubDate><guid isPermaLink="false">http://www.ryzhak.com/?p=336</guid><description>In this tutorial, we are going to vet some common pitfalls when using Redis.</description></item><item><title>Comprehensive guide to Redis. Part 5.</title><link>https://www.ryzhak.com/comprehensive-guide-to-redis-part-5/</link><pubDate>Sun, 29 Nov 2015 19:31:21 +0000</pubDate><guid isPermaLink="false">http://www.ryzhak.com/?p=322</guid><description>In this tutorial, we are going to try out a Redis client library for PHP. Unlike the Node.js client we used in the previous tutorials, the chosen PHP client library is synchronous and do not require a callback function.</description></item><item><title>Comprehensive guide to Redis. Part 4.</title><link>https://www.ryzhak.com/comprehensive-guide-to-redis-part-4/</link><pubDate>Thu, 19 Nov 2015 13:32:51 +0000</pubDate><guid isPermaLink="false">http://www.ryzhak.com/?p=296</guid><description>In this tutorial, we are going to overview other Redis commands and features.</description></item><item><title>Comprehensive guide to Redis. Part 3.</title><link>https://www.ryzhak.com/comprehensive-guide-to-redis-part-3/</link><pubDate>Sun, 08 Nov 2015 21:42:09 +0000</pubDate><guid isPermaLink="false">http://www.ryzhak.com/?p=291</guid><description>A time series is an ordered sequence of values that are made over a time interval. You can use time series in statistics, communications, and social networks. I this tutorial we are going to create a simple stock time series Node.js library using Redis Strings. This library records events per second, minute, hour, and day.</description></item><item><title>Comprehensive guide to Redis. Part 2.</title><link>https://www.ryzhak.com/comprehensive-guide-to-redis-part-2/</link><pubDate>Mon, 02 Nov 2015 12:07:48 +0000</pubDate><guid isPermaLink="false">http://www.ryzhak.com/?p=276</guid><description>In this tutorial, we are going to discover a few more data types like Set, Sorted Set, Bitmap, and HyperLogLog.</description></item><item><title>Comprehensive guide to Redis. Part 1.</title><link>https://www.ryzhak.com/comprehensive-guide-to-redis-part-1/</link><pubDate>Sat, 24 Oct 2015 09:48:40 +0000</pubDate><guid isPermaLink="false">http://www.ryzhak.com/?p=231</guid><description>Redis (REmote DIctionary Server) is an advanced key-value data store. Read and write operations in Redis are very fast because it saves all data in the memory. Redis can also save data on the hard drive. The official Redis documentation can be found at &lt;a href="http://redis.io"&gt;http://redis.io&lt;/a&gt;. Redis is an open sources project used by many companies including Instagram and Twitter. In this tutorial, we will install Redis, install Node.js, and try out several data types.</description></item></channel></rss>