Redis
Redis is an open-source, in-memory data structure store, commonly used as a database, cache, and message broker.
The Redis plugin allows for interaction with a Redis server. The following is available
RedisDelete: Delete a value\
RedisGet: Get a specific value\
RedisSet: Create or update a value\
Last updated