mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-18 22:04:41 +08:00
Implemented LPUSH, RPUSH, and LRANGE commands
This commit is contained in:
@@ -3,6 +3,8 @@ package main
|
||||
import "bufio"
|
||||
|
||||
type Server interface {
|
||||
Lock()
|
||||
Unlock()
|
||||
GetData(key string) interface{}
|
||||
SetData(key string, value interface{})
|
||||
}
|
||||
|
Reference in New Issue
Block a user