[
https://issues.apache.org/jira/browse/IGNITE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643076#comment-15643076
]
ASF GitHub Bot commented on IGNITE-3066:
----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/1212
IGNITE-3066: Set of Redis commands that can be easily implemented via
existing REST commands
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/ignite ignite-2788
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1212.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1212
----
commit 90fe51e356d8d7ac1fb9c11778e339a8cc41c400
Author: shtykh_roman <[email protected]>
Date: 2016-04-11T01:41:22Z
IGNITE-2788: Basic Redis protocol implementation.
commit 99115ee0f75debc7e7385265baf1689247cc0d39
Author: shtykh_roman <[email protected]>
Date: 2016-04-12T10:10:11Z
IGNITE-2788: Basic Redis protocol implementation. Reworked to run on REST
server.
commit a450ae1872ce7cac9205a1614c74acc8edf04f5e
Author: shtykh_roman <[email protected]>
Date: 2016-04-13T09:43:30Z
IGNITE-2788: Basic Redis protocol implementation. GET command to see how
cache commands work and more Redis return types.
commit 26d4c631a91bee233d054d0b322bbe6d3bdf698b
Author: shtykh_roman <[email protected]>
Date: 2016-04-14T09:42:44Z
IGNITE-2788: Basic Redis protocol implementation. Introduced a handler for
string commands.
commit b3e7a2a5faf1799f304c18f85e934e0e85e55fbd
Author: shtykh_roman <[email protected]>
Date: 2016-04-15T11:39:07Z
IGNITE-2788: Basic Redis protocol implementation. Got rid of switch
statements.
commit a3231a7d9338746ba2d25c8b6571b944a0f02556
Author: shtykh_roman <[email protected]>
Date: 2016-04-18T09:57:47Z
IGNITE-2788: Basic Redis protocol implementation. Introduced Redis protocol
exceptions and added commands.
commit 998cf4da7ddbbb417d7f3fc6aa9b0c440e09d594
Author: shtykh_roman <[email protected]>
Date: 2016-04-19T03:59:38Z
IGNITE-2788: Basic Redis protocol implementation. Added STRLEN and GETSET
commands.
commit 62d5cafed207c1a153f9e90fdaca801833e1999f
Author: shtykh_roman <[email protected]>
Date: 2016-04-27T08:09:14Z
IGNITE-2788: Basic Redis protocol implementation. Added SETRANGE and
GETRANGE commands.
commit 127f459fae79f61fd0af81f7bd93a02b52f6c00b
Author: shtykh_roman <[email protected]>
Date: 2016-04-28T06:41:57Z
IGNITE-2788: Basic Redis protocol implementation. Added DEL, EXISTS and
DBSIZE commands.
commit a8dae9d0090b53d9a409fb2985fe15ed76319a57
Author: shtykh_roman <[email protected]>
Date: 2016-11-01T03:07:18Z
IGNITE-2788: Moved handlers.
commit 0cd6723d2e413be61d31827a9f0444d4253a30ed
Author: shtykh_roman <[email protected]>
Date: 2016-11-07T04:28:04Z
Merge branch 'master' into ignite-2788
----
> Set of Redis commands that can be easily implemented via existing REST
> commands
> -------------------------------------------------------------------------------
>
> Key: IGNITE-3066
> URL: https://issues.apache.org/jira/browse/IGNITE-3066
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Roman Shtykh
> Assignee: Roman Shtykh
>
> As the 1st iteration of IGNITE-2788 the following commands can be implemented
> via existing REST commands,
> GET
> MGET
> SET
> MSET
> INCR
> DECR
> INCRBY
> DECRBY
> APPEND
> STRLEN
> GETSET
> SETRANGE
> GETRANGE
> DEL
> EXISTS
> DBSIZE
> http://redis.io/commands
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)