per

Search

You can find the results of your search below.

redis
7 Hits, Last modified:
ach element may only appear once. <code> SADD superpowers "flight" SADD superpowers "x-ray vision" SADD superpowers "reflexes" SREM superpowers "reflexes" SISMEMBER superpowers "flight" => 1 SISMEMBER superpower
postgres
6 Hits, Last modified:
onf> listen_addresses = '*' </file> ===== Basic operations ===== <code> # list databases \l # connec... uth WITH ENCRYPTED PASSWORD 'xxx' LOGIN NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREP... ode> ... create database and schemas ... grant operations on schema auth to role gianoauth <code> GRA... giano SET search_path TO auth; </code> create superuser <admin> with password <code> createuser -P -s