Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Preserve expiry time when mutating keys #3

Merged
merged 1 commit into from
Nov 12, 2017
Merged

Commits on Nov 12, 2017

  1. Preserve expiry time when mutating keys

    A new setx function is added to _StrKeyDict that updates the value but
    preserves the existing expiry time. This is used by mutating operations
    that replace the value rather than mutating it in-place (which is
    impossible for strings, and happens not to be done in some other
    cases).
    
    Fixes #2.
    bmerry committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    2ee662f View commit details
    Browse the repository at this point in the history