blog.abolfazlmohajeri.irRedisson StarterRedisson is a feature-rich Java client for Redis, designed to offer high-level abstractions and easy integration with Java applications. Why do we choose redisson? While multiple Redis clients are available for Java, including Jedis, Lettuce, and Spr...Dec 11, 2025·13 min read
blog.abolfazlmohajeri.irRedis Data StructuresIn this article, you can find the most useful Redis data structures with brief details for each. To see all data structures, including extension data types, visit the link below:Redis Data Types Documentation The link below provides the time complexi...Dec 11, 2025·5 min read
blog.abolfazlmohajeri.irDeployment Modes of RedisRedis can be operated in various setups depending on your application's scalability, availability, and fault-tolerance needs. Below is a summary of each mode: Standalone The simplest and default mode. A single Redis instance handles all reads and wri...Dec 11, 2025·7 min read
blog.abolfazlmohajeri.irBypassing Telegram API Restrictions with Cloudflare WorkersThe Problem: Telegram API is Blocked in Iran Telegram’s API is blocked in Iran, making it inaccessible on all local hosting providers. This means that if your bot is hosted on an Iranian server, it cannot directly communicate with api.telegram.org. I...Apr 2, 2025·2 min read
blog.abolfazlmohajeri.irMap ToolsIn my free time these days, I developed a small but highly practical tool for maps called Map Tools. What is Map Tools & Who is it for? Map Tools is an online map assistant that provides utilities such as geometry extraction, coordinate conversion, a...Mar 25, 2025·1 min read