-
Updated
Jun 16, 2022 - Elixir
#
expiration
Here are 91 public repositories matching this topic...
A powerful caching library for Elixir with support for transactions, fallbacks and expirations
对localStorage 和sessionStorage 进行了扩展,添加了超时时间,序列化方法
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 23, 2022 - PHP
Script to check validity and expiration of TLS/SSL certificate on site. May be used with Zabbix or standalone.
-
Updated
Jul 2, 2022 - Shell
Rails 5 RESTful api template
-
Updated
Dec 16, 2021 - Ruby
A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
vue
storage
cookie
cookies
localstorage
nuxt
expiration
cross-browser
vue-plugin
browser-storage
nuxt-module
storage-functionality
marquez
-
Updated
Jun 3, 2022 - JavaScript
A redis module, similar to redis hash, but you can set expiration and version for field
-
Updated
Jun 16, 2022 - C
3
LRU, type-safe, thread-safe memory cache class in Swift
-
Updated
Apr 29, 2021 - Swift
daTokenizer
commented
Dec 9, 2019
the module.c file is a mess! help by extracting all test-related code to a separate file.
Discord bot that manages expiration of roles with subscriptions!
-
Updated
Jun 17, 2022 - Python
olegrok
commented
Aug 13, 2021
Seems if we try to run a task for non-existent space_id we get such non-informative error
Open
Add namespace option
mamantoha
commented
Mar 15, 2021
This option can be used to create a namespace within the cache store.
kubectl-check-cert will help you find the kubernetes certificates that can be expired and check the remaining time.
-
Updated
Jan 29, 2019 - Go
The fastest way to test/generate/renew Let's Encrypt SSL certificates!!! Requires root access and a live webserver to run the script at.
-
Updated
Aug 6, 2019 - Shell
Minimal async cache in Rust with support for key expirations
-
Updated
Mar 22, 2022 - Rust
tiny in-memory single-app kv (cache) with explicit and sliding expiration
-
Updated
Aug 7, 2018 - Go
Nodejs Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
-
Updated
Apr 3, 2022 - JavaScript
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
go
golang
caching
key-value
cache
lru
inmemory
in-memory
kvstore
expiration
expire
ttl
fifo
lru-cache
memory-usage
fifo-cache
go-cache
inmemory-cache
memory-usage-based-eviction
-
Updated
Jul 4, 2022 - Go
HTTP file server with expiration dates.
-
Updated
Nov 18, 2021 - F#
Live monitoring .ES domains expiration and execute domain backorder as soon as expired. Notify spanish domains (.ES) expiration.
python
domain
python-script
domains
python3
expiration
expired
domain-name
expired-domain
expiration-control
backorders
domain-name-search
expire-monitor
domain-name-detection
domainscan
expired-domains
expire-domain
domain-es
expired-domain-es
spanish-domain
-
Updated
Jan 3, 2021 - Python
A browser JWT as a "session" with expiration observer and server-side validation, zero dependencies.
jwt
storage
handler
localstorage
expiration
sessionstorage
refresh-tokens
interceptors
accesstoken
refreshtoken
webauth
expiration-checker
expiration-observer
-
Updated
Jun 10, 2022 - JavaScript
Keep track of items in the fridge - their expiration dates, and nearby stores to purchase items from
-
Updated
Jul 7, 2022 - Kotlin
A manage easy session storage plugin for VueJS
javascript
plugin
vuejs
share
session
sessions
expiration
sessionstorage
session-store
expiration-callback
vue-session
-
Updated
Jun 6, 2020 - JavaScript
A supercharged storage that lets you do a lot of new things like expirations, default values and a lot of other things the regular web storages don't let you do
-
Updated
Jul 7, 2022 - JavaScript
A cryptographically safe token with a build in customizable expiration date
-
Updated
Jun 28, 2021 - PHP
password expiration notification for Active Directory users
windows
xaml
powershell
active-directory
password
activedirectory
expiration
notification
password-expiration
-
Updated
Oct 27, 2020 - PowerShell
Improve this page
Add a description, image, and links to the expiration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the expiration topic, visit your repo's landing page and select "manage topics."
Hello;
Thanks for this nice package.
You may add expiringIn method which is helpful for notifications before expired date.
example:
$subscriptions = App\Models\Subscription::expiringIn('x months/days/hours')->get(); // Get subscriptions will expire in x months/days/hours from now.Thanks.