You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Novikov (JIRA)" <ji...@apache.org> on 2016/11/23 11:05:58 UTC

[jira] [Comment Edited] (IGNITE-4243) Add examples of using Redis

    [ https://issues.apache.org/jira/browse/IGNITE-4243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15689766#comment-15689766 ] 

Andrey Novikov edited comment on IGNITE-4243 at 11/23/16 11:05 AM:
-------------------------------------------------------------------

Hi [~roman_s],
Why for run Redis example need change REST port, may be better to use default port?

MemCache example:
{code}
// Create client instance.
$client = new Memcached();

// Set localhost and port (set to correct values).
$client->addServer("localhost", 11211);
{code}

[~skozlov], can you please have a look for this examples?


was (Author: anovikov):
Hi [~roman_s],
Why for run Redis example need change REST port, may be better to use default port?

MemCache example:
{code}
// Create client instance.
$client = new Memcached();

// Set localhost and port (set to correct values).
$client->addServer("localhost", 11211);
{code}

> Add examples of using Redis
> ---------------------------
>
>                 Key: IGNITE-4243
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4243
>             Project: Ignite
>          Issue Type: Sub-task
>    Affects Versions: 1.8
>            Reporter: Roman Shtykh
>            Assignee: Roman Shtykh
>              Labels: redis
>             Fix For: 1.8
>
>
> Add examples of using Redis with Python/PHP/etc. clients to {{examples/}} similarly to memcached and rest.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)