{"id":13776272,"url":"https://github.com/xerox-xeon/lua-redis-admin","last_synced_at":"2025-05-11T10:30:56.661Z","repository":{"id":51088576,"uuid":"233586609","full_name":"xerox-xeon/lua-redis-admin","owner":"xerox-xeon","description":"Redis client tool, Redis web client, Redis web UI, openresty  lor Lua ","archived":false,"fork":false,"pushed_at":"2020-01-16T08:08:42.000Z","size":1160,"stargazers_count":33,"open_issues_count":1,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-03T18:10:14.324Z","etag":null,"topics":["lua-redis-admin","openresty","redis-admin","redis-client","redis-data"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xerox-xeon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-13T12:05:34.000Z","updated_at":"2024-07-20T20:26:09.000Z","dependencies_parsed_at":"2022-09-04T21:00:35.115Z","dependency_job_id":null,"html_url":"https://github.com/xerox-xeon/lua-redis-admin","commit_stats":null,"previous_names":["xerox-xeon/lua-redis-admin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xerox-xeon%2Flua-redis-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xerox-xeon%2Flua-redis-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xerox-xeon%2Flua-redis-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xerox-xeon%2Flua-redis-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xerox-xeon","download_url":"https://codeload.github.com/xerox-xeon/lua-redis-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253551504,"owners_count":21926306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua-redis-admin","openresty","redis-admin","redis-client","redis-data"],"created_at":"2024-08-03T18:00:21.670Z","updated_at":"2025-05-11T10:30:55.166Z","avatar_url":"https://github.com/xerox-xeon.png","language":"Lua","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# lua-redis-admin [![Build Status](https://travis-ci.org/lifeblood/lua-redis-admin.svg?branch=master)](https://travis-ci.org/lifeblood/lua-redis-admin)\n[![GitHub release](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/lifeblood/lor-redis-admin/releases)\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n\nThis is a redis client web tool written based on Openresty lor Lua framework and lua-resty-redis. It's my objective to build the most convenient redis client web tool in the world. In the first place, it will facilitate in editing redis data, such as: add, update, delete, search, cut, copy, paste etc.\n\n![](https://cdn4.iconfinder.com/data/icons/redis-2/467/Redis_Logo-512.png)\n\n## Features\n\n**Multiple Redis version adaptive**\n\n 1. Manage redis server, support server password authentication\n 2. Manage redis data\n \t* New redis data: string, list, hash, set, sorted set\n \t* Delete redis data\n \t* Update redis data\n \t* Search redis data by key\n \t* Support paging query redis data\n \t* Support multiple language, now support English\n\n##  Screenshots\n\n![image](https://raw.githubusercontent.com/lifeblood/lor-redis-admin/master/app/static/img/Screenshot_1.png)\n\n![image](https://raw.githubusercontent.com/lifeblood/lor-redis-admin/master/app/static/img/Screenshot_2.png)\n\n##  Quick Start\n\n`First Step`: edit file:'./app/config/config.lua' :\n\n\n```\nredis_pool= {\n        redis1 = {\n            host = \"127.0.0.1\",\n            port = 6379,\n            db_index = 0,\n            password = \"\",\n            timeout = 1000,\n            keepalive = 60000,\n            pool_size = 1000,\n            group = \"dev\"\n        },\n                \n        redis2 =  {\n            host = \"127.0.0.1\",\n            port = 6379,\n            db_index = 0,\n            password = \"\",\n            timeout = 1000,\n            keepalive = 60000,\n            pool_size = 1000,\n            group = \"test\"\n        }\n\n}\n\n```\n\n`Second Step`: edit file:'./app/config/config.lua' :\n\n```\n    -- ####Security Manager\n    manager = {\n        username = 'admin',\n        password = 'admin'\n    }\n```\n\n`Third Step`: deploy project\n\ndocker-compose up -d\n\n`Last Step`: visit redis-admin\n\nopen your brower and visit: http://localhost:8848/redis\n\nthen, enter username and password what you set in file 'application.properties'\n\n\n##  Releases Notes\n\n**Please Note: trunk is current development branch.**\n\n* [**Inspired by**](https://github.com/mauersu/redis-admin/) https://github.com/mauersu/redis-admin/\n\n##  FAQ\n\n* [**FAQ**](https://github.com/lifeblood/lor-redis-admin/wiki/FAQ)\n\n![img-source-from-https://github.com/docker/dockercraft](https://github.com/docker/dockercraft/raw/master/docs/img/contribute.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerox-xeon%2Flua-redis-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxerox-xeon%2Flua-redis-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerox-xeon%2Flua-redis-admin/lists"}