nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.82k stars 307 forks source link

scan not display keys that should appear #114

Open michaelwan opened 9 years ago

michaelwan commented 9 years ago

Redis: 2.8.3 webdis: 0.1.1

http://localhost:7379/scan/0/match/*1*
{"scan":["0",null]}
127.0.0.1:6379> scan 0 match *1*
1) "0"
2) 1) "1420762238"
   2) "20150109"

Am I missing anything here?

markuman commented 9 years ago

I can comfirm...it looks like that scan (in general) is not supported

markuman commented 9 years ago

Since webdis seems to be dead, maybe tinywebdis fits to your needs.