GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TARANTOOL(1) Lua application server and database management system TARANTOOL(1)

tarantool - a Lua application server and a database management system

    tarantool [OPTIONS] [SCRIPT [ARGS]]

Tarantool is a Lua application server fully compatible with Lua 5.1.

It includes a mature database to persist, replicate and recover application state and a curated set of Lua modules for networking, I/O, messaging, data formats and more.

It is designed to let developers quickly create efficient, reliable and powerful micro-services and backend applications for the Internet.

Key features:

  • Fully compatible with Lua 5.1.
  • Coroutines and asynchronous I/O to implement high-performance lock-free access to data.
  • ACID transactions.
  • ANSI SQL, Lua stored procedures and triggers.
  • Authentication and access control.
  • Master-master replication and automatic sharding.

You can use these options before (or instead of) the interpreted 'SCRIPT' name:
-h, --help
Display the help screen and exit.
-V, -v, --version
Print the program version and exit.
-e EXRP
Execute the string 'EXPR'.
-l NAME
Require the library 'NAME'.
-i
Enter the interactive mode after executing 'SCRIPT'.
--
Stop handling options.
-
Execute stdin and stop handling options.

tarantoolctl(1), Tarantool documentation at http://tarantool.org

Copyright (C) 2010-2017 Tarantool AUTHORS: please see AUTHORS file.
2021-12-22 --name=tarantool

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.