Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Product
  • Purchase
  • Download
  • Contact Us
  • About
  • Privacy Policy

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

  • Export DBF query to CSV using dynamic filename with current date
  • Export DBF table to CSV using dynamic filename with current date
  • Batch export DBF tables to CSV files
  • Export multiple similar DBF tables to one CSV file
  • Export DBF query results to CSV
Withdata Software. ©2004 - 2025 All rights reserved.