This is an automated email from the ASF dual-hosted git repository.
littlecui pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git
from c07decf store kv by local storage (#309)
add caa96dc store kv: readWriteLock optimization (#310)
No new revisions were added by this update.
Summary of changes:
.github/workflows/local_storage.yml | 24 ++++++++++++++++++++++++
scripts/start.sh | 1 +
server/datasource/dao.go | 5 +++--
server/datasource/local/file/fileprocess.go | 18 +++++++++---------
server/datasource/local/kv/kv_cache.go | 12 ++++++++----
server/datasource/local/kv/kv_dao.go | 3 ---
test/init.go | 27 ++++++++++++++++++++-------
7 files changed, 65 insertions(+), 25 deletions(-)
create mode 100644 .github/workflows/local_storage.yml