Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata Software
  • Blog
  • Categories
  • Tags

Tag Archives: redis import

Store Object in Redis

Posted on February 17, 2023 by Shiji Pan

There are many ways to store an array of Objects in Redis. For example, you have this data: id,name,age 1,Fred,25 2,Tom,28 1. Store the entire object as JSON-encoded string in a single key. SET user:1 '{"name":"Fred","age":25}' SET user:2 '{"name":"Tom","age":28}' 2. Store each ... Read more

Posted in redisdatastudio | Tagged Redis, redis import

Recent Posts

  • Import multiple XML files to a single Redshift table
  • Batch import XML files to Redshift tables
Withdata Software. ©2004 - 2025 All rights reserved.