How to insert the data in sql through redis?

36 views
Skip to first unread message

Gokul Bse

unread,
Nov 20, 2015, 1:09:00 PM11/20/15
to Redis DB
is it possible to fetch the data from redis and insert or update in mysql database?

Greg Andrews

unread,
Nov 20, 2015, 1:53:09 PM11/20/15
to redi...@googlegroups.com
There's nothing in the Redis server itself that will do this for you.  A Redis client program is software, so it can perform any actions that the programmer writes into it, including reading data out of a Redis server, refactoring the data into a SQL table/column schema, and writing the data into a SQL database server.  The client program for doing this will have to be custom written for your situation, since your Redis key/value relationships and your SQL db table/column schema are unique to you.

  -Greg

On Fri, Nov 20, 2015 at 7:45 AM, Gokul Bse <goku...@gmail.com> wrote:
is it possible to fetch the data from redis and insert or update in mysql database?

--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages