Category: Redis

Redis offers two mechanisms for handling transactions – MULTI/EXEC based transactions and Lua scripts evaluation. In this post, we will explain the Redis transactional property of scripts, what this error is about, and why we must be extra careful about it on Sentinel-managed systems that can failover.

Atomicity” of Redis scripts is guaranteed in the following manner: It is highly recommended that the script complete within a time limit.

This is the maximum allowed time (in ms) that the script is allowed to run.

MONGO®, MongoDB® and MongoDB® & Design are registered trademarks of MongoDB®, Inc. Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by ScaleGrid is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and ScaleGrid.Greenplum™ is a trademark of Pivotal Software, Inc. in the U.S. and other countries.

Related Articles