forked from johanlaidlaw/RedisAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (20 loc) · 739 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1. Clone the project into a webfolder
2. git submodule init
3. git submodule update
3. Access it (http://redisadmin)
It expects you are running Redis locally on the standard port 6379
NOTICE: The app is using the 'keys' command to search for keys, so if you have a large dataset it could block redis.
Feature requests:
-------------------------
* Support for sorted sets
* Delete member from a hash/set
* Add new redis key
Done:
-------------------------
* Support for lists (thx @makmonty)
* Show friendly message when redis server is not running
* Delete keys
* Flushdb
* Switch database (thx @royfox)
* Show friendly message when trying to open a key that does not exist anymore.
* Set max numbers of keys returned when searching