Wawa SenseiforElestioelestio.hashnode.dev·Oct 28, 2024Valkey: The Free Open-source Redis AlternativeWhen it comes to data caching, session management, and real-time analytics, Redis has long been the go-to solution. However, recent changes to Redis’s licensing model and a growing interest in fully open-source alternatives have led many developers t...Discussvalkey
Merge Simpsonblog.letsdev.me·Oct 23, 2024개념 2. JWT 액세스 토큰의 생성과 전달, Stateful한 리프레시 토큰의 생성, 전달, 보존이전 글에서 정리에 꽤 힘을 뺐기 때문에, 이번 글에서는 서두와 부연설명을 줄이고 필요한 정보를 담아 전달해 보겠습니다. JWT 액세스 토큰 JWT 액세스 토큰은 인가에 직접 사용되는 토큰이고, stateless 하다는 장점이 있었습니다. 액세스 토큰의 생성 JWT(JSON Web Token)로 생성합니다. 비밀번호 인증 등 자격 검토 후 JWT를 발급합니다. JWT는 헤더, 페이로드, 시그니처 세 영역을 점(.) 기호로 구분한다고 했습니다....Discuss·30 likes·42 readsJWT를 아는 당신도, 조금 더 정확하게 다루는 데에 초점을 둘 수 있도록.JWT
Samuel Adetunjiteej4y.hashnode.dev·Jul 22, 2024Valkey Event LibraryThis past weekend I was working on yet another issue on Valkey (written in C). I had to do a lot of digging to understand certain parts of the system as I was completely lost. An interesting aspect of the system I found was the Event Library. Coming ...Discuss·11 likes·67 readsvalkey
anjanj.hashnode.dev·Jul 16, 2024Set Up of a Django Project with PostgreSQL, Celery, Valkey, and RabbitMQ Using VSCode Dev Containers and Docker ComposeWhy Use VSCode Dev Containers? Consider the time wasted installing and maintaining virtual environments or system dependencies across different setups. VSCode Dev Containers eliminate this hassle by containerizing everything. You'll have a clean mach...Discuss·93 readsdevcontainer
anjanj.hashnode.dev·May 23, 2024Containerize Valkey Using Docker and Docker ComposeThis documentation provides a step-by-step guide to containerize Valkey using Docker and Docker Compose. We will define a Dockerfile for building the Valkey container and a docker-compose.yml file to manage the container configuration, volumes, netwo...Discuss·197 readsvalkey