DZone Database Zone
Intro to Redisq: A Java Library for Asynchronous Messaging in Redis
This blog post is about a solution that we built here at GRAKN.AI for executing tasks asynchronously. We thought it would be nice to release it as a generic Java library built on Redis.
The Task of Choosing a Task QueueWe will discuss the design choices behind the engine in another post, but — motivated by the need to simplify our distribution — we decided to use Redis as a task queue.
No comments:
Post a Comment