<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iww</author_name>
  <author_url>https://blog.hatena.ne.jp/iww/</author_url>
  <blog_title>揮発性のメモ２</blog_title>
  <blog_url>https://iww.hateblo.jp/</blog_url>
  <categories>
    <anon>redis</anon>
  </categories>
  <description>キーの一覧 方法その１ $ redis-cli keys '*' 1) &quot;hoge&quot; 2) &quot;piyo&quot; 3) &quot;fuga&quot; 標準出力にそのまま出すと余計な装飾やエスケープが付くので、取り外したいときは --raw オプションを使用する 方法その２ $ redis-cli --raw keys '*' hoge piyo fuga まあこれでもいいんだけど、この方法はいちいちコマンドの構文解析を走らせることになるので、もっとシンプルにしたい 方法その３ $ redis-cli --scan hoge piyo fuga グッド 値の一覧 方法その１ $ for KEY in $(redis-c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiww.hateblo.jp%2Fentry%2F2021%2F02%2F18%2F120239&quot; title=&quot; redis-cliで、キーの一覧、値の一覧を取得する - 揮発性のメモ２&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.user.blog.st-hatena.com/default_entry_og_image/42132/1577169589465165</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-18 12:02:39</published>
  <title> redis-cliで、キーの一覧、値の一覧を取得する</title>
  <type>rich</type>
  <url>https://iww.hateblo.jp/entry/2021/02/18/120239</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
