pgmemcache: PostgreSQL memcache function

memcache_add(key::TEXT, value::TEXT, expire::TIMESTAMPTZ)
memcache_add(key::TEXT, value::TEXT, expire::INTERVAL)
memcache_add(key::TEXT, value::TEXT)

Adds a key to the cache cluster, if the key does not already exist.

newval = memcache_decr(key::TEXT, decrement::INT8)
newval = memcache_decr(key::TEXT)

If key exists and is an integer, atomically decrements by the value specified (default decrement is one). Returns INT value after decrement.

Tech Lancaster Meetup

TechLancaster started as a simple local meetup, a safe place for like-minded tech people to come together and geek out. We’ve strived to be open, welcoming, and supportive to everyone in the community, regardless of their interest or background.

The past year has seen amazing growth in Lancaster’s tech scene, and we believe this is only the beginning. As members of the tech community, we want to support this growth and ensure the community remains a healthy, open, and welcoming place for all its current and future members.