WIP: missing todo line

This commit is contained in:
Suyono 2025-06-23 09:48:57 +10:00
parent 949a75fb61
commit cfdfcb6ed5

View File

@ -70,3 +70,5 @@ func (c CacheConn) Get(ctx context.Context, key string) (string, error) {
return rpcResult.Value, nil return rpcResult.Value, nil
} }
//TODO: implement Set and Shutdown