UPRedis/RedisClient

UpUpUppppppp - Code Plugins - Oct 11, 2023

Suitable for Redis5.0 server communication, including basic "Key", "String", "Hash", "List", "Set", "SortedSet", "Pub/Sub", "Stream" modules.

  • Supported Platforms
  • Supported Engine Versions
    5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

If you need the UE4.27 version of the plugin, please send a screenshot of your purchase to my email address after purchase and I will send you the UE4.27 version of the plugin.

Email: huangdada2895@outlook.com


  • Connect:Connecting to Redis Server
  • Key:The Redis key command is used to manage Redis keys.
  • String:The commands related to Redis string data types are used to manage Redis string values.
  • Hash:Redis hash is a mapping table of string type fields and values, making it particularly suitable for storing objects.
  • List:The Redis list is a simple list of strings sorted in insertion order.
  • Set:Redis' Set is an unordered set of type String.
  • SortedSet:Redis ordered collections, like collections, are also collections of string type elements and do not allow duplicate members.
  • Pub/Sub:Redis publish subscribe (pub/sub) is a message communication mode: the sender (pub) sends messages, and the subscriber (sub) receives messages.
  • Stream:Redis Stream is a newly added data structure in Redis 5.0 version.

Technical Details

Features:

  • Connect
  • Key
  • String
  • Hash
  • List
  • Set
  • SortedSet
  • Pub/Sub
  • Stream

Code Modules:

  •  UPRedis(Runtime)

Number of Blueprints:1

Number of C++ Classes:7

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation: UPRedisManual

Example Project:Demo RedisDemo427

Video:Link

Important/Additional Notes:The highest version is applicable to Redis5.0 server.