[ ソース: webdis ]
パッケージ: webdis (0.1.9+dfsg-1.1)
simple web server providing an HTTP interface to Redis
Webdis is a simple web server providing HTTP interface to Redis. Some features include:
* Support for GET and POST requests. * JSON output by default, optional JSONP parameter (?jsonp=myFunction). * Raw Redis 2.0 protocol output with .raw suffix * HTTP 1.1 pipelining (50,000 http requests per second on a desktop Linux machine.) * Restricted commands by IP range (CIDR subnet + mask) or HTTP Basic Auth, returning 403 errors. * Possible Redis authentication in the config file. * Pub/Sub using Transfer-Encoding: chunked, works with JSONP as well. Webdis can be used as a Comet server. * Custom Content-Type using a pre-defined file extension, or with ?type=some/thing. * URL-encoded parameters for binary data or slashes. * Logs, with a configurable verbosity. * Cross-origin XHR, if compiled with libevent2 (for OPTIONS support). * File upload with PUT. * With the JSON output, the return value of INFO is parsed and transformed into an object.
その他の webdis 関連パッケージ
|
|
|
|
-
- dep: adduser
- ユーザやグループの追加削除
-
- dep: libb64-0d (>= 1.2)
- base64 encoding/decoding library - runtime library
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libevent-2.1-7 (>= 2.1.8-stable)
- 非同期式のイベント通知ライブラリ
-
- dep: libhiredis0.14 (>= 0.14.1)
- minimalistic C client library for Redis
-
- dep: libjansson4 (>= 2.14)
- JSON データのエンコード、デコード、操作用 C ライブラリ
-
- dep: lsb-base (>= 3.0-6)
- Linux Standard Base 初期化スクリプト用機能の移行用パッケージ
-
- sug: redis-server
- ネットワークインターフェースを備えた永続的キーバリューデータベース