Enterables: All products 50% off

UPRedis/RedisClient

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.