[FREE] 🗄️BigDB - Advanced key-value storage with TTL, metadata, multi-table support, encryption, and more

How to set the value of TTL for a key to infinite?

There are 3 possible methods.

  1. Set useTTL to false.
  2. Set useTTL to true and set the TTL to a very large num
  1. Using the Expire Key method with a value less than or equal to 0.
    First create a key following the second method then, use the Expire block with the key name and set the value of seconds to any -ve value or 0.

Extensions, Tutorials and Resources from Sarthak Gupta

.

1 Like