Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Small HTTP API server for Redis, with built-in compression. Great for serverless environments

License

NotificationsYou must be signed in to change notification settings

arunesh90/http-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP API server for a Redis instance, with built-in compression.

Install & Usage

Environment variables:

  • REDIS_PORT (optional): Port of your Redis instance
  • REDIS_HOST (optional): Hostname/ip of your Redis instance
  • REDIS_PASS (optional): Password of your Redis instance
  • APP_PORT (optional): App port
  • AUTH_KEY (optional): Requires all requests to have theAUTH_KEY value set on theAuthorization header
curl -X POST'127.0.0.1:8080/api/set/test' \--header'Content-Type: application/json' \--data'{  "value": "test",  "compression": "brotli"}'# OKcurl'127.0.0.1:8080/api/get/test'# {#   "found": true,#   "compression": "brotli",#   "value": "test"# }

Docker

docker pull arunesh90/http-redisdocker create arunesh90/http-redis \  -p 80:80 \# Optional options  -e REDIS_PORT="6379" \  -e REDIS_HOST="127.0.0.1" \  -e REDIS_PASS="" \  -e APP_PORT="8080"

Author

👤Arunesh

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ byreadme-md-generator

About

Small HTTP API server for Redis, with built-in compression. Great for serverless environments

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp