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.
             <h1 class="first">Client Protocols Supported by Apache Ignite</h1>
             <p>
                 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.
             </p>
             <div class="page-heading">GitHub Examples:</div>
             <p>
@@ -102,6 +102,18 @@ under the License.
                             </div>
                         </td>
                     </tr>
+                    <tr>
+                        <td class="left">Redis</td>
+                        <td>
+                            <p>
+                                Ignite is partially <a href="http://redis.io/"; 
target="_blank">Redis</a> compliant that enables users
+                                to store and retrieve distributed data from 
Ignite cache using any Redis compatible client.
+                            </p>
+                            <div class="page-links">
+                                <a 
href="http://apacheignite.readme.io/docs/redis"; target="docs">Docs for this 
Feature <i class="fa fa-angle-double-right"></i></a>
+                            </div>
+                        </td>
+                    </tr>
                     <tr>
                         <td class="left">REST/HTTP</td>
                         <td>


Reply via email to