1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 00:02:48 +02:00
seaweedfs/weed/filer/tarantool
Aleksey Kosov 4511c2cc1f
Changes logging function (#6919)
* updated logging methods for stores

* updated logging methods for stores

* updated logging methods for filer

* updated logging methods for uploader and http_util

* updated logging methods for weed server

---------

Co-authored-by: akosov <a.kosov@kryptonite.ru>
2025-06-24 08:44:06 -07:00
..
doc.go Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
readme.md Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
tarantool_store.go Changes logging function (#6919) 2025-06-24 08:44:06 -07:00
tarantool_store_kv.go Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
tarantool_store_test.go Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00

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