naver / arcus-java-client

ARCUS Java client
Apache License 2.0
50 stars 46 forks source link

"bkey" and "subkey" 용어 사용 정리 #521

Closed jhpark816 closed 2 months ago

jhpark816 commented 2 years ago

현재 bkey, subkey 등의 용어가 아래와 같이 혼용되어 사용되고 있습니다.

  public CollectionFuture<Map<Long, Element<Object>>> asyncBopGet(String key,
                                                                  long bkey,
                                                                  ElementFlagFilter eFlagFilter,
                                                                  boolean withDelete,
                                                                  boolean dropIfEmpty);
  public CollectionFuture<Long> asyncBopIncr(String key, long subkey, int by);
  public CollectionFuture<Long> asyncBopIncr(String key, byte[] subkey, int by);

아래와 같이 구분하여 사용하도록 수정하면 좋겠습니다.

코드와 문서를 함께 수정합시다.

oliviarla commented 2 months ago

@jhpark816

현황 공유

oliviarla commented 2 months ago