evildecay / etcdkeeper

web ui client for etcd
MIT License
1.26k stars 236 forks source link

feat: get keys list drop key value #95

Closed welllog closed 2 months ago

welllog commented 2 months ago

Ignore the value when obtaining the key list to improve the speed. Put it at the beginning of the linked list when initializing the session. Remove the space when creating the key.

evildecay commented 2 months ago

Great improvement.