You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/08/02 09:03:19 UTC

[05/11] ignite git commit: Added Redis commands package description.

Added Redis commands package description.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cb034965
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cb034965
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/cb034965

Branch: refs/heads/ignite-5578
Commit: cb034965451d865408de7320b6ce31872f7dc279
Parents: 40c91c5
Author: shroman <rs...@yahoo.com>
Authored: Wed Aug 2 12:58:31 2017 +0900
Committer: shroman <rs...@yahoo.com>
Committed: Wed Aug 2 12:58:31 2017 +0900

----------------------------------------------------------------------
 .../rest/handlers/redis/package-info.java       | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/cb034965/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/redis/package-info.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/redis/package-info.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/redis/package-info.java
new file mode 100644
index 0000000..9c4a9bc
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/redis/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * <!-- Package description. -->
+ * Contains Redis protocol commands.
+ */
+package org.apache.ignite.internal.processors.rest.handlers.redis;
\ No newline at end of file