zsh-workers
 help / color / mirror / code / Atom feed
eb1183dda1406c028aed4c3e90634fc3fb1ef23e blob 875 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
/*
 * db.h
 *
 * Copyright (c) 2017 Sebastian Gniazdowski
 * All rights reserved.
 *
 * Permission is hereby granted, without written agreement and without
 * license or royalty fees, to use, copy, modify, and distribute this
 * software and to distribute modified versions of this software for any
 * purpose, provided that the above copyright notice and the following
 * two paragraphs appear in all copies of this software.
 */

/* Backend commands */
#define DB_TIE 1
#define DB_UNTIE 2
#define DB_IS_TIED 3
#define DB_GET_ADDRESS 4
#define DB_CLEAR_CACHE 5

/* Data types, created according to redis */
#define DB_KEY_TYPE_NONE 0  /* unknown type because non-existent key */
#define DB_KEY_TYPE_UNKNOWN 1
#define DB_KEY_TYPE_NO_KEY 2
#define DB_KEY_TYPE_STRING 3
#define DB_KEY_TYPE_LIST 4
#define DB_KEY_TYPE_SET 5
#define DB_KEY_TYPE_ZSET 6
#define DB_KEY_TYPE_HASH 7
debug log:

solving eb1183d ...
found eb1183d in https://inbox.vuxu.org/zsh-workers/etPan.594b8830.59cfcf4a.63ea@zdharma.org/

applying [1/1] https://inbox.vuxu.org/zsh-workers/etPan.594b8830.59cfcf4a.63ea@zdharma.org/
diff --git a/Src/Modules/db.h b/Src/Modules/db.h
new file mode 100644
index 0000000..eb1183d

Checking patch Src/Modules/db.h...
Applied patch Src/Modules/db.h cleanly.

index at:
100644 eb1183dda1406c028aed4c3e90634fc3fb1ef23e	Src/Modules/db.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).