<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kaustubh Rai</title>
    <description>The latest articles on DEV Community by Kaustubh Rai (@kaus2595).</description>
    <link>https://dev.to/kaus2595</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F422810%2Ff3f33392-46f5-4c7b-bce2-25b969f381fd.png</url>
      <title>DEV Community: Kaustubh Rai</title>
      <link>https://dev.to/kaus2595</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaus2595"/>
    <language>en</language>
    <item>
      <title>HacktoberFest Question</title>
      <dc:creator>Kaustubh Rai</dc:creator>
      <pubDate>Mon, 19 Oct 2020 20:38:14 +0000</pubDate>
      <link>https://dev.to/kaus2595/hacktoberfest-question-4f1l</link>
      <guid>https://dev.to/kaus2595/hacktoberfest-question-4f1l</guid>
      <description>&lt;p&gt;Just a question from the community. Can you all suggest some good repos for hacktoberfest contribution for a developer having experience in node js, PHP, Python languages&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>github</category>
      <category>opensource</category>
      <category>discuss</category>
    </item>
    <item>
      <title> Mass Insertion in Redis</title>
      <dc:creator>Kaustubh Rai</dc:creator>
      <pubDate>Wed, 08 Jul 2020 19:29:19 +0000</pubDate>
      <link>https://dev.to/kaus2595/mass-insertion-in-redis-3pdm</link>
      <guid>https://dev.to/kaus2595/mass-insertion-in-redis-3pdm</guid>
      <description>&lt;p&gt;We require a huge chunk of dummy data for Load Testing or Volume Testing and it's always a headache to create a dataset for testing. I am just going to show you an example to insert mass data in Redis.&lt;/p&gt;

&lt;p&gt;In version 2.6 or later, redis-cli provides a new utility mode known as &lt;strong&gt;Pipe Mode&lt;/strong&gt;. This pipe mode was designed to perform Mass Insertion. Redis provides functionality to insert huge chunks of data through the file.&lt;/p&gt;

&lt;h2&gt;
  
  
  Creating the txt File
&lt;/h2&gt;

&lt;p&gt;We need to create a txt file that contains the complete chunk of data we need to insert in redis. As an example, I have written a Python Script to write all the data in a txt file that I need to insert in Redis.&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;p&gt;The above script will produce a &lt;em&gt;data.txt&lt;/em&gt; file that contains all the data we need to insert.&lt;/p&gt;

&lt;h2&gt;
  
  
  Redis Command
&lt;/h2&gt;

&lt;p&gt;Go to the file location once the txt file is created and run the following command&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;p&gt;If everything worked correctly you can see the file data in your Redis&lt;/p&gt;

</description>
      <category>redis</category>
      <category>database</category>
    </item>
  </channel>
</rss>
