
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
SET &string name "Mitch"
# => OK.
SET &int age "24"
# => OK.
GET name
# => "Mitch"
GET age
# => 24
DELETE name
# => OK.
EXIST name
# => false
Etna currently supports six basic types:
| Type | Alias |
|---|---|
| &string | &s |
| &int | &i |
| &float | &f |
| &bool | &b |
| &null | &n |
| &json | &j |
Etna currently supports four basic commands:
SETGETDELETEEXISTSet a new value of type string and name as its key:
SET &string name "John"
^ ^ ^ ^
command type key value
Get the name value:
GET name
^ ^
command key
Delete the name value:
DELETE name
^ ^
command key
Check if the name key exists:
EXIST name
^ ^
command key
FAQs
NoSQL in memory Database
We found that etna demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers