mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-22 01:31:34 +00:00
11 lines
241 B
Markdown
11 lines
241 B
Markdown
## Tarantool
|
|
|
|
database: https://www.tarantool.io/
|
|
|
|
go driver: https://github.com/tarantool/go-tarantool/
|
|
|
|
To set up local env:
|
|
`make -C docker test_tarantool`
|
|
|
|
Run tests:
|
|
`RUN_TARANTOOL_TESTS=1 go test -tags=tarantool ./weed/filer/tarantool` |