UPRedis/RedisClient

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.0 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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.