dyno icon indicating copy to clipboard operation
dyno copied to clipboard

Java client for Dynomite

Results 55 dyno issues
Sort by recently updated
recently updated
newest added

I am using Dyno 1.7.2-rc2 as a dependency of Netflix Conductor v2.24.2. I am getting this error: ``` Exception in thread "main" com.google.inject.CreationException: Unable to create injector, see the following...

Hi, We have conductor using Dynomite for persistence and queuing. Conductor uses Dyno client to connect to Dynomite. Now we want to enable locking in conductor for consistency. I had...

hscan with ScanParams implementation for DynoJedisClient

Hi, When a host is unreachable or read timeouts are encountered, the [JedisConnection.close()](https://github.com/Netflix/dyno/blob/7efd3c36fa7ace3d801e67cbb5c8a7f6f1aa5e2f/dyno-jedis/src/main/java/com/netflix/dyno/jedis/JedisConnectionFactory.java#L164) method doesn't ensure that the socket is properly closed : @Override public void close() { jedisClient.quit(); jedisClient.disconnect();...

[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [File system watching](https://blog.gradle.org/introducing-file-system-watching)....

@reimannf , @smukil I Implemented the **Redis Auth** Support for Dynomite Cluster by merging the below code changes in my own personal branch copy https://github.com/Netflix/dynomite/pull/748/commits/2069c3a8954596f0f1866185a65630f576ec2c2a I need a support through...

This PR brings the Jedis binary API to parity with the string API. Also, I refactored the client implementations so it requires less boilerplate code to add unimplemented methods going...