Redis Installation Go to Redis official website https://redis.io/ and follow images given below: Scroll down to Windows section. You will see learn…
hashes
-
-
Ruby Installation Ruby is a cross platform programming language. It is installed differently on different operating systems. For UNIX like operating system,…
-
Redis Vs Aerospike Comparison Index Redis Aerospike Introduction Redis is in-memory data structure store, used as database, cache and message broker. Aerospike…
-
Redis Partitioning Partitioning is used to split your Redis data into multiple Redis instances so that every instance contain only a subset…
-
Ruby XML (REXML) XML is eXtensible Markup Language like HTML. It allows programmers to develop applications that can be read by other…
-
Ruby XPath and XSLT Ruby XPath Ruby XPath is a language to find information in an XML file. It is an alternative…
-
What is Ruby Ruby is a dynamic, open source, object oriented and reflective programming language. Ruby is considered similar to Perl and…
-
Ruby OOPs Concept Ruby is a true object oriented language which can be embedded into Hypertext Markup Language. Everything in Ruby is…
-
Ruby Operators Ruby has a built-in modern set of operators. Operators are a symbol which is used to perform different operations. For…
-
Ruby Ranges Ruby range represents a set of values with a beginning and an end. They can be constructed using s..e and…