<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>Redis</anon>
  </categories>
  <description>Ⅰ. はじめに タイトルの通り「C# で Redis を使う方法」です。 ライブラリは「StackExchange.Redis」を使います。 Ⅱ. 使い方 NuGetから必要なライブラリをインストールします Install-Package StackExchange.Redis 文字列をセットする var redis = ConnectionMultiplexer.Connect(&quot;127.0.0.1:6379&quot;); var db = redis.GetDatabase(); db.StringSet(&quot;mykey&quot;, &quot;myvalue&quot;); 実行結果 文字列を取得する var redis =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F2017%2F08%2F29%2F130804&quot; title=&quot;C# で Redis を使う - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/k/kagasu/20170829/20170829125047.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-08-29 13:08:04</published>
  <title>C# で Redis を使う</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/2017/08/29/130804</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
