topcoderinc / TC-redis-manager

5 stars 15 forks source link

List element should be removable and editable as well #478

Open standlove opened 5 years ago

standlove commented 5 years ago

use LSET key index value to edit the value. Remove by index is not supported.

But I think we can support LPOP and RPOP.