-
Hi guys,
In my scenario, I have set a TTL value for the redis key and reuse it for next time. Can we support this command for more flexible TTL values?
```
ttl, _ := redis.TTL(ctx, key).Result…
-
Can we add ttls?
Something like this:
```
ttl:
min: 0
max: 31536000
default: 84600
```
Happy to make PR.
-
When ttl is 0, calling set functions (etc: incrbyfloat) will lead to ttl becomes -1.
In other words, ttl is 0 means that the time is expired.
So it should return -2 instead of 0 for this case in ord…
tamcv updated
6 years ago
-
Given the following code initialization, I expect the heartbeat message to have a 1 hour time-to-live. I don't have any other configuration files in my app.config
```c#
var HeartbeatInterval = Tim…
-
I'm using etc3dgw in openstack cinder and I'm running into an issue where the lease refresh is failing, due to a missing field.
stack@walt-stack-1 /opt/stack/logs/screen pip freeze |grep etcd …
hemna updated
7 years ago
-
I was aiming to create a scheduled backup of DNS zones hosted at one cloud provider in a bind compatible format using `octodns`, and to my surprise IDN records and zone file name were converted to the…
-
Hello, I have noticed that `http://schema.org` does not resolve to a machine-readable format:
```
curl -H "Accept:application/ld+json" -L http://schema.org/
```
Returns HTML. (Also tried with `a…
-
**Description**
I can publish a message using Zeebe's Java or Go client. The message can have a time-to-live (TTL). It can be correlated within the given TTL. After the TTL is reached, the message …
saig0 updated
9 months ago
-
### Overview of the Issue
Vitess is unable to request a new Vault (approle) token after the initial token reaches max number of renewals.
On vttablet startup, Vitess is able to request a Vault tok…
-
We are updating settings in the orchestrator: [entrypoint:90](https://github.com/ManageIQ/manageiq-pods/blob/master/images/manageiq-orchestrator/container-assets/entrypoint#L90)
It is creating dupl…