Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C58BE200C4E for ; Fri, 7 Apr 2017 04:47:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C3EC5160B9F; Fri, 7 Apr 2017 02:47:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 16A9A160B91 for ; Fri, 7 Apr 2017 04:47:41 +0200 (CEST) Received: (qmail 89725 invoked by uid 500); 7 Apr 2017 02:47:41 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 89710 invoked by uid 99); 7 Apr 2017 02:47:41 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2017 02:47:41 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A8B123A01D7 for ; Fri, 7 Apr 2017 02:47:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1790494 - /ignite/site/trunk/features/clientprotos.html Date: Fri, 07 Apr 2017 02:47:40 -0000 To: commits@ignite.apache.org From: dmagda@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170407024740.A8B123A01D7@svn01-us-west.apache.org> archived-at: Fri, 07 Apr 2017 02:47:43 -0000 Author: dmagda Date: Fri Apr 7 02:47:39 2017 New Revision: 1790494 URL: http://svn.apache.org/viewvc?rev=1790494&view=rev Log: redis to clients protocols Modified: ignite/site/trunk/features/clientprotos.html Modified: ignite/site/trunk/features/clientprotos.html URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/clientprotos.html?rev=1790494&r1=1790493&r2=1790494&view=diff ============================================================================== --- ignite/site/trunk/features/clientprotos.html (original) +++ ignite/site/trunk/features/clientprotos.html Fri Apr 7 02:47:39 2017 @@ -55,7 +55,7 @@ under the License.

Client Protocols Supported by Apache Ignite

Ignite supports several protocols for client connectivity to Ignite clusters, including Ignite Native - Clients, REST/HTTP, SSL/TLS, Memcached, Node.js (under development), etc. + Clients, REST/HTTP, SSL/TLS, Memcached, Redis, Node.js (under development), etc.

GitHub Examples:

@@ -102,6 +102,18 @@ under the License. + + Redis + +

+ Ignite is partially Redis compliant that enables users + to store and retrieve distributed data from Ignite cache using any Redis compatible client. +

+ + + REST/HTTP