From 6381876ae73adb810a8e1736f81547278da9661d Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Wed, 22 Jul 2015 20:10:44 +0300 Subject: [PATCH] doc: change the tagline --- doc/www/content/newsite/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/www/content/newsite/index.yml b/doc/www/content/newsite/index.yml index 42b7d0ab9d..074cff51d4 100644 --- a/doc/www/content/newsite/index.yml +++ b/doc/www/content/newsite/index.yml @@ -6,7 +6,7 @@ template: "index" blocks : header: - "Tarantool" - - "A NoSQL database running in a Lua application server" + - "Get your data in RAM. Get compute close to data. Enjoy the performance" - > Tarantool combines the network programming power of Node.JS with data persitence capabilities of Redis. -- GitLab