Junchuan Wang

Results 28 comments of Junchuan Wang

多谢回复。 但是好像没有选项让这个自定义脚本成为默认的选项。每次打开其他key或者list中的每一个,都要分本点选,是这样吗

I actually think the bug is in XSUB. .recv() will block until an EOF is sent.

@stitchinthyme My bad, lol! thank you!

I also want to appreciate the good work. Good job.

> Redis compiled using cygwin and other simulation environments cannot be used in production environments, but only in test environments. It has been actually tested, and there will be problems...

> Redis compiled in cygwin mode calls the DLL file of windows platform. However, in the case of pressure measurement, there will be performance problems, and the performance attenuation will...

+1. in my case I did double import. But interesetingly it works on my Mac and Linux. Failed on WIn10. I have to downgrade to 3.20.x to make it work

+1 This is our stacktrace (in https://github.com/linkedin/parseq) ``` java.lang.UnsupportedOperationException: Could not access Unsafe class: sun.misc.Unsafe.defineClass(java.lang.String,[B,int,int,java.lang.ClassLoader,java.security.ProtectionDomain) at parseq.net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Unavailable.initialize(ClassInjector.java:2006) at parseq.net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe.injectRaw(ClassInjector.java:1738) at parseq.net.bytebuddy.dynamic.loading.ClassInjector$AbstractBase.inject(ClassInjector.java:110) at com.linkedin.parseq.lambda.ASMBasedTaskDescriptor.(ASMBasedTaskDescriptor.java:102) ```

> No, I don't think ParSeq-rest-client has cache built in. @karthikbalasub @junchuanwang Do we have any plans to work on this in the near future? @mchen07 We just discussed yesterday...

Hi @mchen07 Min, I am not sure if I have enough context. ``` /** * Creates a new task that will run each of the supplied tasks in parallel (e.g....