We need to implement a Redis repository for the writekey service to validate write keys.
Tasks:
- Create a new struct RedisDB in the rediswritekey package.
- Implement the IsValidWriteKey method to check the validity of write keys.
- Handle errors properly,