Skip to content

perf(txn): deal rev for DEL txn after getting the latest val #40

perf(txn): deal rev for DEL txn after getting the latest val

perf(txn): deal rev for DEL txn after getting the latest val #40

Workflow file for this run

name: Builds
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build with TiKV
run: make tikv
- name: Build with Badger
run: make badger