Monday, August 07, 2017

Never Stop Serving: Making Redis Concurrent With Modules

DZone Database Zone
Never Stop Serving: Making Redis Concurrent With Modules

Let's learn about using RediSearch and making Redis concurrent with modules.

One Thread to Rule Them All

Redis has been, from its inception, single threaded — and will remain so, at least in 4.0. This is a reality that Redis apps, and more recently Redis Modules such as RediSearch, have to work with.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...