jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Method name is not standardized (clientSetname->clientSetName)

Open shenningfly opened this issue 2 years ago • 3 comments

Expected behavior

Write here what you're expecting ...

Actual behavior

Write here what happens instead ...

Steps to reproduce:

Please create a reproducible case of your problem. Make sure that case repeats consistently and it's not random

  1. Method name in connection class is not standardized ,

Redis / Jedis Configuration

Jedis version:

Redis version:

Java version:

shenningfly avatar Mar 10 '22 09:03 shenningfly

@shenningfly Yeah, there are some discrepancies. Wanna help out by crafting a PR?

sazzad16 avatar Mar 10 '22 10:03 sazzad16

ok。

shenningfly avatar Apr 24 '22 02:04 shenningfly

If anyone is interested in working on this, please don't delete existing methods. Create new methods and add @Deprecated tag to existing ones (preferably with JavaDoc indicating the new method).

sazzad16 avatar Apr 26 '22 14:04 sazzad16

This issue is marked stale. It will be closed in 30 days if it is not updated.

github-actions[bot] avatar Jan 03 '24 00:01 github-actions[bot]