Webdis の使い方
Webdis の使い方です。
Webdis は、Redis の HTTP クライアントです。
Arch Linux へのインストール
yaourt -Sb webdis
起動
sudo systemctl start webdis
redis に保存されている キーが id0001 のデータを取得
curl http://localhost:7379/GET/id0001
redis に保存されている キーの一覧を取得
curl http://localhost:7379/KEYS/*
idで始まるキーの一覧を取得
curl http://localhost:7379/KEYS/id*
Webdis を使った応用例
Webdis を使った 在席表
Author And Source
この問題について(Webdis の使い方), 我々は、より多くの情報をここで見つけました https://qiita.com/ekzemplaro/items/c72fc46deb475ad57420著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .