UNPKG

ram64

Version:

Multi-threaded 64bit memory cache database inspired by redis-like features

7 lines (5 loc) 196 B
import { CommandFn, CommandOptions } from '../../commands'; import { set } from '../functions'; export const fn: CommandFn = (opts: CommandOptions): void => { set(opts.args?.fnCode); }