Redis – Strings

  • Post author:
  • Post category:Redis
  • Post comments:0 Comments

Redis strings commands are used for managing string values in Redis. Following is the syntax for using Redis string commands. Syntax redis 127.0.0.1:6379> COMMAND KEY_NAME Example redis 127.0.0.1:6379> SET Adglob…

Continue ReadingRedis – Strings

SQLite – Date & Time

SQLite supports five date and time functions as follows − Sr.No.FunctionExample1date(timestring, modifiers...)This returns the date in this format: YYYY-MM-DD2time(timestring, modifiers...)This returns the time as HH:MM:SS3datetime(timestring, modifiers...)This returns YYYY-MM-DD HH:MM:SS4julianday(timestring, modifiers...)This…

Continue ReadingSQLite – Date & Time