tarantool-rs 0.0.2

Asyncronous tokio-based client for Tarantool
Documentation
1
2
3
4
5
6
7
8
services:
  tarantool:
    image: tarantool/tarantool
    ports:
      - "3301:3301"
    environment:
      TT_MEMTX_USE_MVCC_ENGINE: true
    command: ["tarantool"]