Skip to content

Add new operations to set.go and zset.go, and fix bugs in key.go and … #72

Add new operations to set.go and zset.go, and fix bugs in key.go and …

Add new operations to set.go and zset.go, and fix bugs in key.go and … #72

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
unit-test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: run unit tests
run: go test