Skip to main content

A query language for redis.

Project description

redis-query

A query language for redis rejson.

CREATE

Creates a documentof a choosen name and schema at a choosen path.

CREATE DOCUMENT 'obj' ('{"obj":"value"}') AT PATH('ROOT')

SELECT

Gets value from redis database by name.

SELECT 'name' FROM PATH('ROOT')

INSERT

CREATE but only for alredy existion values.

INSERT 'obj' ('{"obj":"value"}') INTO PATH('ROOT')

PATH

A Path in JSONPath syntax. Type ROOT for root path.

PATH('ROOT')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redis-query-0.0.1.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

redis_query-0.0.1-py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page