Enterables: All products 50% off

UPRedis/RedisClient

UpUpUppppppp - 代码插件 - 2023/10/11

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

  • 支持的平台
  • 支持的引擎版本
    5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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.

技术细节

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.