ByteStorage / FlyDB

The high-performance kv storage engine based on bitcask paper made in golang

Repository from Github https://github.comByteStorage/FlyDBRepository from Github https://github.comByteStorage/FlyDB

Add a method to the `structure/list.go`

sjcsjc123 opened this issue · comments

commented
  • LGet
//Get all data of the key
func LGet(key string){}
  • LDel
//delete all data of the key
func LDel(key string){}