redis-eye 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.ko.md +4 -0
  2. package/package.json +1 -1
package/README.ko.md CHANGED
@@ -31,6 +31,10 @@ redis-eye
31
31
 
32
32
  redis-eye는 로컬에서 동작하는 Redis 웹 GUI입니다. Redis 서버에 연결한 뒤 키 목록 조회, 데이터 편집, DB 전환 등을 브라우저에서 바로 할 수 있습니다. 별도 설정 파일이 필요 없습니다.
33
33
 
34
+ ![메인 페이지](https://github.com/smw0807/redis-eye/blob/main/imgs/main-page.png?raw=true)
35
+ ![대시보드](https://github.com/smw0807/redis-eye/blob/main/imgs/dashboard.png?raw=true)
36
+ ![키 추가](https://github.com/smw0807/redis-eye/blob/main/imgs/add-key.png?raw=true)
37
+
34
38
  ---
35
39
 
36
40
  ## 주요 기능
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-eye",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Lightweight Redis GUI — explore your Redis data with a single npx command",
5
5
  "main": "server/index.js",
6
6
  "bin": {