Skip to content
View YoHanKi's full-sized avatar

Highlights

  • Pro

Block or report YoHanKi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
YoHanKi/README.md

🛠 Contributed

Redis Jedis v6.1.0

  • Issue #3566: StreamEntry(XREAD)가 Map<String, String> 기반이라 illegal UTF-8을 포함한 바이너리 field/value가 손상(mangled) 되는 문제를 제보하고, 손실 없는 byte[] 기반 API 필요성을 정리.
  • Pull Request #4152: XREAD/XREADGROUP 바이너리 스트림 지원 추가. StreamEntryBinary (Map<byte[], byte[]>) 도입, xreadBinary* / xreadGroupBinary* API 추가, BuilderFactory 및 Jedis/UnifiedJedis 구현 반영, RESP2/RESP3 + (Jedis/Cluster/Pooled) 커버하는 테스트 구조로 확장.

Redis Lettuce (lettuce-core)

  • Issue #3526: ft.search에서 큰 응답(~200KB) 처리 시 Netty pooled buffer 재사용 때문에 결과가 깨지거나(JVM 결과 garbage) 환경에 따라 SIGSEGV로 크래시가 날 수 있는 메모리 corruption 이슈.
  • Pull Request #3664: RediSearch 응답 파싱에서 EncodedComplexOutput이 pooled ByteBuffer의 read-only view를 저장하던 구조를 heap으로 copy하도록 변경해 buffer lifecycle에 의한 corruption/crash를 방지. 재현/회귀 방지용으로 RediSearchIntegrationTests에 large JSON payload stress test(testSearchWithLargeJsonPayloads) 추가.

✍ Stack

Languages

Frameworks & Libraries

Data Access & ORM

Databases & Caching

Testing & Performance

Solved.ac Profile

Ashutosh's github activity graph

Popular repositories Loading

  1. BOJ-PGS-coding-test BOJ-PGS-coding-test Public

    ✍[BOJ, PGS] 코딩테스트

    Java 1

  2. donkey-community donkey-community Public

    Forked from lth01/ormi-community

    취업 커뮤니티 사이트 프로젝트

    Java 1

  3. grinder grinder Public

    Forked from team-grinder/grinder

    ☕ 카페 정보와 메뉴에 대한 정보가 있는 커뮤니티

    Java 1

  4. 3th_party_programs 3th_party_programs Public

    Java 1 1

  5. YoHanKi YoHanKi Public

  6. grinder-front grinder-front Public

    Forked from team-grinder/grinder-front

    new grinder front (Vue3)

    Vue