1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-20 18:42:47 +02:00
seaweedfs/weed/filer/tarantool
2025-07-16 23:39:27 -07:00
..
doc.go
readme.md
tarantool_store.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
tarantool_store_kv.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
tarantool_store_test.go

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