Re: Redis client hunt-redis RC1 released

2019-07-27 Thread Heromyth via Digitalmars-d-announce
On Thursday, 25 July 2019 at 16:23:58 UTC, Dejan Lekic wrote: On Tuesday, 23 July 2019 at 07:57:06 UTC, zoujiaqing wrote: A Powerfull Redis client library for D Programming Language. Porting from java Jedis, support redis 3.x / 4.x all features and 5.x some features. Why? There is the

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread Domain via Digitalmars-d-announce
;”On Saturday, 27 July 2019 at 21:05:26 UTC, zoujiaqing wrote: On Saturday, 27 July 2019 at 21:05:26 UTC, zoujiaqing wrote: On Saturday, 27 July 2019 at 17:25:50 UTC, Johannes Loher wrote: [...] 非常抱歉,我的英文很差,不知道怎么去保留一个版权,我已经说明了我们是移植自 jedis。 另外来说,我们不是公司,我们是非盈利组织,我们只是希望弥补社区在服务端领域的短板。

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Saturday, 27 July 2019 at 21:09:47 UTC, zoujiaqing wrote: I'm sorry. I'm durking to litght, I want to respect all software authors and keep copyright, but we don't know how to express it. In every source file you simply paste the original copyright at the top. And then maybe add "ported

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread zoujiaqing via Digitalmars-d-announce
I'm sorry. I'm durking to litght, I want to respect all software authors and keep copyright, but we don't know how to express it.

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 27 July 2019 at 17:25:50 UTC, Johannes Loher wrote: Am 27.07.19 um 16:00 schrieb zoujiaqing: On Saturday, 27 July 2019 at 09:07:13 UTC, Eugene Wissner wrote: On Saturday, 27 July 2019 at 06:08:34 UTC, zoujiaqing wrote: On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote:

Project Piper: Support for D added

2019-07-27 Thread Andre Pany via Digitalmars-d-announce
Hi, The Project "Piper" offers default pipelines to easily implement CI/CD processes integrating SAP systems. The corresponding "Shared Library" provides a set of "steps" to build your own scenarios beyond defaults. With version 0.12 also D is supported. This step was build for D

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread Johannes Loher via Digitalmars-d-announce
Am 27.07.19 um 16:00 schrieb zoujiaqing: > On Saturday, 27 July 2019 at 09:07:13 UTC, Eugene Wissner wrote: >> On Saturday, 27 July 2019 at 06:08:34 UTC, zoujiaqing wrote: >>> On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote: [...] >>> >>> Thanks. >>> But we use other language to

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 27 July 2019 at 09:10:23 UTC, Eugene Wissner wrote: On Saturday, 27 July 2019 at 09:07:13 UTC, Eugene Wissner wrote: On Saturday, 27 July 2019 at 06:08:34 UTC, zoujiaqing wrote: On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote: [...] Thanks. But we use other language

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 27 July 2019 at 09:07:13 UTC, Eugene Wissner wrote: On Saturday, 27 July 2019 at 06:08:34 UTC, zoujiaqing wrote: On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote: [...] Thanks. But we use other language to implementation. It doesn't matter. It is all about

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 27 July 2019 at 09:10:23 UTC, Eugene Wissner wrote: On Saturday, 27 July 2019 at 09:07:13 UTC, Eugene Wissner wrote: On Saturday, 27 July 2019 at 06:08:34 UTC, zoujiaqing wrote: On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote: [...] Thanks. But we use other language

Re: Intellij: Support for TextMate Bundled

2019-07-27 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 27 July 2019 at 11:38:28 UTC, JN wrote: On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote: On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting.

Re: Intellij: Support for TextMate Bundled

2019-07-27 Thread JN via Digitalmars-d-announce
On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote: On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread Eugene Wissner via Digitalmars-d-announce
On Saturday, 27 July 2019 at 09:07:13 UTC, Eugene Wissner wrote: On Saturday, 27 July 2019 at 06:08:34 UTC, zoujiaqing wrote: On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote: [...] Thanks. But we use other language to implementation. It doesn't matter. It is all about

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread Eugene Wissner via Digitalmars-d-announce
On Saturday, 27 July 2019 at 06:08:34 UTC, zoujiaqing wrote: On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote: [...] Thanks. But we use other language to implementation. It doesn't matter. It is all about intellectual property, algorithms and the structure. The language is the

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread zoujiaqing via Digitalmars-d-announce
On Thursday, 25 July 2019 at 16:25:16 UTC, Dejan Lekic wrote: On Tuesday, 23 July 2019 at 07:57:06 UTC, zoujiaqing wrote: A Powerfull Redis client library for D Programming Language. Porting from java Jedis, support redis 3.x / 4.x all features and 5.x some features. Can it connect to AWS

Re: Redis client hunt-redis RC1 released

2019-07-27 Thread zoujiaqing via Digitalmars-d-announce
On Thursday, 25 July 2019 at 20:19:53 UTC, ag0aep6g wrote: On 23.07.19 09:57, zoujiaqing wrote: Porting from java Jedis, support redis 3.x / 4.x all features and 5.x  some features. If your library is ported from another language, you're creating a derivative work. That means you need to