Skip to content

Conversation

@s-sathish
Copy link
Contributor

No description provided.

Copy link
Contributor

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@s-sathish Thank you for your PR.

I think ReadOnly instead of _ro makes the code and usage more readable. @marcosnils WDYT?

@marcosnils
Copy link
Contributor

I think ReadOnly instead of _ro makes the code and usage more readable. @marcosnils WDYT?

Agree. Using underscores in method names is not usually a Java convention. @s-sathish would you mind refactoring the _ro to Readonly?. Let's use just one capital letter as it's a single word.

Copy link
Contributor

@marcosnils marcosnils left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactor the _ro in method names with Readonly

@s-sathish
Copy link
Contributor Author

Hi @marcosnils @sazzad16 I've updated the code as per comments.

@marcosnils
Copy link
Contributor

LGTM. I'll see why tests do not pass and approve.

@sazzad16
Copy link
Contributor

@s-sathish As master branch was reset, could you please rebase your work?

@sazzad16 sazzad16 added this to the 3.0.0 milestone Aug 13, 2018
joroda and others added 9 commits August 13, 2018 20:08
* Add SSL support to JedisCluster

* Remove unused imports from SSLJedisClusterTest

* Add JedisClusterPortMap interface for mapping between plaintext and SSL ports.

* Fix casing in JedisClusterPortMap

* Add new constructor for JedisClusterInfoCache instead of modifying existing one to fix backwards compatibility issue

* Undo unintended formatting changes.

* Improve name of test case in SSLJedisClusterTest

* Fix logic for closing JedisCluster objects in SSLJedisClusterTest

* Add option to specify mapping between redis and ssl hostnames

* Remove unneeded public access modifiers
@s-sathish
Copy link
Contributor Author

Hi @sazzad16 I just did the rebase. Please check.

@marcosnils
Copy link
Contributor

hey @s-sathish seems like you're rebasing with an old version of the master branch. Can you please check as tests dont pass?

Copy link
Contributor

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sazzad16 sazzad16 modified the milestones: 3.0.0, 2.10.0 Aug 13, 2018
@marcosnils marcosnils merged commit 1b97cac into redis:master Aug 14, 2018
marcosnils pushed a commit that referenced this pull request Aug 14, 2018
* Add SSL support to JedisCluster (#1550)

* Add SSL support to JedisCluster

* Remove unused imports from SSLJedisClusterTest

* Add JedisClusterPortMap interface for mapping between plaintext and SSL ports.

* Fix casing in JedisClusterPortMap

* Add new constructor for JedisClusterInfoCache instead of modifying existing one to fix backwards compatibility issue

* Undo unintended formatting changes.

* Improve name of test case in SSLJedisClusterTest

* Fix logic for closing JedisCluster objects in SSLJedisClusterTest

* Add option to specify mapping between redis and ssl hostnames

* Remove unneeded public access modifiers

* Support for geo RO commands.

* Support for geo RO commands.

* Support for geo RO commands.

* Change _ro to Readonly for better understanding.

* Change _ro to Readonly for better understanding

Update as per comments

* Change _ro to Readonly for better understanding

Update as per comments

* Minor update. Update commands.

https://redis.io/commands/georadius

* Update as per comments.

* Revert "Add SSL support to JedisCluster (#1550)"

This reverts commit 17901ba.
@marcosnils
Copy link
Contributor

Done!. Thx a lot @s-sathish for the patience and the effort.

joyang1 pushed a commit to joyang1/jedis that referenced this pull request Dec 27, 2018
…1841)

* Add SSL support to JedisCluster (redis#1550)

* Add SSL support to JedisCluster

* Remove unused imports from SSLJedisClusterTest

* Add JedisClusterPortMap interface for mapping between plaintext and SSL ports.

* Fix casing in JedisClusterPortMap

* Add new constructor for JedisClusterInfoCache instead of modifying existing one to fix backwards compatibility issue

* Undo unintended formatting changes.

* Improve name of test case in SSLJedisClusterTest

* Fix logic for closing JedisCluster objects in SSLJedisClusterTest

* Add option to specify mapping between redis and ssl hostnames

* Remove unneeded public access modifiers

* Support for geo RO commands.

* Support for geo RO commands.

* Support for geo RO commands.

* Change _ro to Readonly for better understanding.

* Change _ro to Readonly for better understanding

Update as per comments

* Change _ro to Readonly for better understanding

Update as per comments

* Minor update. Update commands.

https://redis.io/commands/georadius

* Update as per comments.

* Revert "Add SSL support to JedisCluster (redis#1550)"

This reverts commit 17901ba.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants