You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by GitBox <gi...@apache.org> on 2021/12/13 03:54:35 UTC

[GitHub] [mnemonic] yzz127 opened a new pull request #262: MNEMONIC-703: Add redis memory service in mnemonic project

yzz127 opened a new pull request #262:
URL: https://github.com/apache/mnemonic/pull/262


   For redis integration into mnemonic as backend storage, we need to add the redis memory service to the project


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mnemonic.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mnemonic] bigdata-memory commented on a change in pull request #262: MNEMONIC-703: Add redis memory service in mnemonic project

Posted by GitBox <gi...@apache.org>.
bigdata-memory commented on a change in pull request #262:
URL: https://github.com/apache/mnemonic/pull/262#discussion_r767469927



##########
File path: mnemonic-memory-services/mnemonic-redis-service/build.gradle
##########
@@ -0,0 +1,38 @@
+/*
+ * 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.
+ */
+
+plugins {
+  id 'com.github.johnrengelman.shadow'
+  id 'com.google.osdetector'
+}
+
+description = 'mnemonic-redis-service'
+
+dependencies {
+  implementation project(':mnemonic-common')
+  testCompileOnly 'org.testng:testng'
+}
+
+shadowJar {

Review comment:
       I think it is obsoleted, and sugguest creating another ticket to remove them all, thanks.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mnemonic.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mnemonic] yzz127 commented on a change in pull request #262: MNEMONIC-703: Add redis memory service in mnemonic project

Posted by GitBox <gi...@apache.org>.
yzz127 commented on a change in pull request #262:
URL: https://github.com/apache/mnemonic/pull/262#discussion_r768191374



##########
File path: mnemonic-memory-services/mnemonic-redis-service/build.gradle
##########
@@ -0,0 +1,38 @@
+/*
+ * 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.
+ */
+
+plugins {
+  id 'com.github.johnrengelman.shadow'
+  id 'com.google.osdetector'
+}
+
+description = 'mnemonic-redis-service'
+
+dependencies {
+  implementation project(':mnemonic-common')
+  testCompileOnly 'org.testng:testng'
+}
+
+shadowJar {

Review comment:
       Sure, thanks for the input!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mnemonic.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mnemonic] jxjlearn merged pull request #262: MNEMONIC-703: Add redis memory service in mnemonic project

Posted by GitBox <gi...@apache.org>.
jxjlearn merged pull request #262:
URL: https://github.com/apache/mnemonic/pull/262


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mnemonic.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org