skip to Main Content

Add multiple keys with multiple values in Redis

I have the following txt file hset '0' firstName 'Abel' lastName 'Spencer' birthday '29992291634' gender 'male' task 'farmer' zipcode '1845AP' hset '1' firstName 'Erick' lastName 'Leonard' birthday '29632181211' gender 'female' task 'engineer' zipcode '1382FS' hset '2' firstName 'Janice' lastName 'Montes'…

VIEW QUESTION

Git ignores autocrlf=false – Ubuntu

Have a problem with autocrlf option on win10 machine. On win10 machine do: $ git init Initialized empty Git repository in ... $ nano .git/config (add autocrlf=false line to core) $ git config --list | grep crlf core.autocrlf=false core.autocrlf=false core.autocrlf=false…

VIEW QUESTION
Back To Top
Search