Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2022 Changes in this version + type StoreHandler struct + func NewStoreHandler(id string) *StoreHandler + func (e StoreHandler) Decrease(c context.Context, req *pb.DecreaseReq) (resp *pb.DecreaseResp, err error) + func (e StoreHandler) Del(c context.Context, req *pb.DelReq) (resp *pb.DelResp, err error) + func (e StoreHandler) Expire(c context.Context, req *pb.ExpireReq) (resp *pb.ExpireResp, err error) + func (e StoreHandler) Get(c context.Context, req *pb.GetReq) (resp *pb.GetResp, err error) + func (e StoreHandler) HashDel(c context.Context, req *pb.HashDelReq) (resp *pb.HashDelResp, err error) + func (e StoreHandler) HashGet(c context.Context, req *pb.HashGetReq) (resp *pb.HashGetResp, err error) + func (e StoreHandler) Increase(c context.Context, req *pb.IncreaseReq) (resp *pb.IncreaseResp, err error) + func (e StoreHandler) Set(c context.Context, req *pb.SetReq) (resp *pb.SetResp, err error)