Liking cljdoc? Tell your friends :D
Clojure only.

redis-async.client


<!cljmacro

(<! expr)
source

<!!cljmacro

(<!! expr)
source

appendclj

(append & params)

Append a value to a key

Append a value to a key
sourceraw docstring

authclj

(auth & params)

Authenticate to the server

Authenticate to the server
sourceraw docstring

bgrewriteaofclj

(bgrewriteaof & params)

Asynchronously rewrite the append-only file

Asynchronously rewrite the append-only file
sourceraw docstring

bgsaveclj

(bgsave & params)

Asynchronously save the dataset to disk

Asynchronously save the dataset to disk
sourceraw docstring

bitcountclj

(bitcount & params)

Count set bits in a string

Count set bits in a string
sourceraw docstring

bitopclj

(bitop & params)

Perform bitwise operations between strings

Perform bitwise operations between strings
sourceraw docstring

bitposclj

(bitpos & params)

Find first bit set or clear in a string

Find first bit set or clear in a string
sourceraw docstring

blpopclj

source

brpopclj

source

brpoplpushclj

source

check-wait-for-errorsclj

(check-wait-for-errors results)
source

client-getnameclj

(client-getname & params)

Get the current connection name

Get the current connection name
sourceraw docstring

client-killclj

(client-kill & params)

Kill the connection of a client

Kill the connection of a client
sourceraw docstring

client-listclj

(client-list & params)

Get the list of client connections

Get the list of client connections
sourceraw docstring

client-pauseclj

(client-pause & params)

Stop processing commands from clients for some time

Stop processing commands from clients for some time
sourceraw docstring

client-setnameclj

(client-setname & params)

Set the current connection name

Set the current connection name
sourceraw docstring

cluster-addslotsclj

(cluster-addslots & params)

Assign new hash slots to receiving node

Assign new hash slots to receiving node
sourceraw docstring

cluster-count-failure-reportsclj

(cluster-count-failure-reports & params)

Return the number of failure reports active for a given node

Return the number of failure reports active for a given node
sourceraw docstring

cluster-countkeysinslotclj

(cluster-countkeysinslot & params)

Return the number of local keys in the specified hash slot

Return the number of local keys in the specified hash slot
sourceraw docstring

cluster-delslotsclj

(cluster-delslots & params)

Set hash slots as unbound in receiving node

Set hash slots as unbound in receiving node
sourceraw docstring

cluster-failoverclj

(cluster-failover & params)

Forces a slave to perform a manual failover of its master.

Forces a slave to perform a manual failover of its master.
sourceraw docstring

cluster-forgetclj

(cluster-forget & params)

Remove a node from the nodes table

Remove a node from the nodes table
sourceraw docstring

cluster-getkeysinslotclj

(cluster-getkeysinslot & params)

Return local key names in the specified hash slot

Return local key names in the specified hash slot
sourceraw docstring

cluster-infoclj

(cluster-info & params)

Provides info about Redis Cluster node state

Provides info about Redis Cluster node state
sourceraw docstring

cluster-keyslotclj

(cluster-keyslot & params)

Returns the hash slot of the specified key

Returns the hash slot of the specified key
sourceraw docstring

cluster-meetclj

(cluster-meet & params)

Force a node cluster to handshake with another node

Force a node cluster to handshake with another node
sourceraw docstring

cluster-nodesclj

(cluster-nodes & params)

Get Cluster config for the node

Get Cluster config for the node
sourceraw docstring

cluster-replicateclj

(cluster-replicate & params)

Reconfigure a node as a slave of the specified master node

Reconfigure a node as a slave of the specified master node
sourceraw docstring

cluster-resetclj

(cluster-reset & params)

Reset a Redis Cluster node

Reset a Redis Cluster node
sourceraw docstring

cluster-saveconfigclj

(cluster-saveconfig & params)

Forces the node to save cluster state on disk

Forces the node to save cluster state on disk
sourceraw docstring

cluster-set-config-epochclj

(cluster-set-config-epoch & params)

Set the configuration epoch in a new node

Set the configuration epoch in a new node
sourceraw docstring

cluster-setslotclj

(cluster-setslot & params)

Bind an hash slot to a specific node

Bind an hash slot to a specific node
sourceraw docstring

cluster-slavesclj

(cluster-slaves & params)

List slave nodes of the specified master node

List slave nodes of the specified master node
sourceraw docstring

cluster-slotsclj

(cluster-slots & params)

Get array of Cluster slot to node mappings

Get array of Cluster slot to node mappings
sourceraw docstring

commandclj

(command & params)

Get array of Redis command details

Get array of Redis command details
sourceraw docstring

command-countclj

(command-count & params)

Get total number of Redis commands

Get total number of Redis commands
sourceraw docstring

command-getkeysclj

(command-getkeys & params)

Extract keys given a full Redis command

Extract keys given a full Redis command
sourceraw docstring

command-infoclj

(command-info & params)

Get array of specific Redis command details

Get array of specific Redis command details
sourceraw docstring

config-getclj

(config-get & params)

Get the value of a configuration parameter

Get the value of a configuration parameter
sourceraw docstring

config-resetstatclj

(config-resetstat & params)

Reset the stats returned by INFO

Reset the stats returned by INFO
sourceraw docstring

config-rewriteclj

(config-rewrite & params)

Rewrite the configuration file with the in memory configuration

Rewrite the configuration file with the in memory configuration
sourceraw docstring

config-setclj

(config-set & params)

Set a configuration parameter to the given value

Set a configuration parameter to the given value
sourceraw docstring

count-1000clj

(count-1000 p)
source

count-and-pingclj

(count-and-ping p)
source

dbsizeclj

(dbsize & params)

Return the number of keys in the selected database

Return the number of keys in the selected database
sourceraw docstring

debug-objectclj

(debug-object & params)

Get debugging information about a key

Get debugging information about a key
sourceraw docstring

debug-segfaultclj

(debug-segfault & params)

Make the server crash

Make the server crash
sourceraw docstring

decrclj

(decr & params)

Decrement the integer value of a key by one

Decrement the integer value of a key by one
sourceraw docstring

decrbyclj

(decrby & params)

Decrement the integer value of a key by the given number

Decrement the integer value of a key by the given number
sourceraw docstring

delclj

(del & params)

Delete a key

Delete a key
sourceraw docstring

dumpclj

(dump & params)

Return a serialized version of the value stored at the specified key.

Return a serialized version of the value stored at the specified key.
sourceraw docstring

echoclj

(echo & params)

Echo the given string

Echo the given string
sourceraw docstring

evalclj

(eval & params)

Execute a Lua script server side

Execute a Lua script server side
sourceraw docstring

evalshaclj

(evalsha & params)

Execute a Lua script server side

Execute a Lua script server side
sourceraw docstring

existsclj

(exists & params)

Determine if a key exists

Determine if a key exists
sourceraw docstring

expireclj

(expire & params)

Set a key's time to live in seconds

Set a key's time to live in seconds
sourceraw docstring

expireatclj

(expireat & params)

Set the expiration for a key as a UNIX timestamp

Set the expiration for a key as a UNIX timestamp
sourceraw docstring

fafclj

(faf ch)
(faf ch error-callback)

Fire-and-forget. Warning: if no error-callback is defined, all errors are ignored.

Fire-and-forget.  Warning: if no error-callback is defined, all errors are
ignored.
sourceraw docstring

flushallclj

(flushall & params)

Remove all keys from all databases

Remove all keys from all databases
sourceraw docstring

flushdbclj

(flushdb & params)

Remove all keys from the current database

Remove all keys from the current database
sourceraw docstring

geoaddclj

(geoadd & params)

Add one or more geospatial items in the geospatial index represented using a sorted set

Add one or more geospatial items in the geospatial index represented using a sorted set
sourceraw docstring

geodistclj

(geodist & params)

Returns the distance between two members of a geospatial index

Returns the distance between two members of a geospatial index
sourceraw docstring

geohashclj

(geohash & params)

Returns members of a geospatial index as standard geohash strings

Returns members of a geospatial index as standard geohash strings
sourceraw docstring

geoposclj

(geopos & params)

Returns longitude and latitude of members of a geospatial index

Returns longitude and latitude of members of a geospatial index
sourceraw docstring

georadiusclj

(georadius & params)

Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point

Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point
sourceraw docstring

georadiusbymemberclj

(georadiusbymember & params)

Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member

Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member
sourceraw docstring

getclj

(get & params)

Get the value of a key

Get the value of a key
sourceraw docstring

getbitclj

(getbit & params)

Returns the bit value at offset in the string value stored at key

Returns the bit value at offset in the string value stored at key
sourceraw docstring

getrangeclj

(getrange & params)

Get a substring of the string stored at a key

Get a substring of the string stored at a key
sourceraw docstring

getsetclj

(getset & params)

Set the string value of a key and return its old value

Set the string value of a key and return its old value
sourceraw docstring

hdelclj

(hdel & params)

Delete one or more hash fields

Delete one or more hash fields
sourceraw docstring

hexistsclj

(hexists & params)

Determine if a hash field exists

Determine if a hash field exists
sourceraw docstring

hgetclj

(hget & params)

Get the value of a hash field

Get the value of a hash field
sourceraw docstring

hgetallclj

(hgetall & params)

Get all the fields and values in a hash

Get all the fields and values in a hash
sourceraw docstring

hincrbyclj

(hincrby & params)

Increment the integer value of a hash field by the given number

Increment the integer value of a hash field by the given number
sourceraw docstring

hincrbyfloatclj

(hincrbyfloat & params)

Increment the float value of a hash field by the given amount

Increment the float value of a hash field by the given amount
sourceraw docstring

hkeysclj

(hkeys & params)

Get all the fields in a hash

Get all the fields in a hash
sourceraw docstring

hlenclj

(hlen & params)

Get the number of fields in a hash

Get the number of fields in a hash
sourceraw docstring

hmgetclj

(hmget & params)

Get the values of all the given hash fields

Get the values of all the given hash fields
sourceraw docstring

hmsetclj

(hmset & params)

Set multiple hash fields to multiple values

Set multiple hash fields to multiple values
sourceraw docstring

hscanclj

(hscan & params)

Incrementally iterate hash fields and associated values

Incrementally iterate hash fields and associated values
sourceraw docstring

hsetclj

(hset & params)

Set the string value of a hash field

Set the string value of a hash field
sourceraw docstring

hsetnxclj

(hsetnx & params)

Set the value of a hash field, only if the field does not exist

Set the value of a hash field, only if the field does not exist
sourceraw docstring

hstrlenclj

(hstrlen & params)

Get the length of the value of a hash field

Get the length of the value of a hash field
sourceraw docstring

hvalsclj

(hvals & params)

Get all the values in a hash

Get all the values in a hash
sourceraw docstring

incrclj

(incr & params)

Increment the integer value of a key by one

Increment the integer value of a key by one
sourceraw docstring

incrbyclj

(incrby & params)

Increment the integer value of a key by the given amount

Increment the integer value of a key by the given amount
sourceraw docstring

incrbyfloatclj

(incrbyfloat & params)

Increment the float value of a key by the given amount

Increment the float value of a key by the given amount
sourceraw docstring

infoclj

(info & params)

Get information and statistics about the server

Get information and statistics about the server
sourceraw docstring

keysclj

(keys & params)

Find all keys matching the given pattern

Find all keys matching the given pattern
sourceraw docstring

lastsaveclj

(lastsave & params)

Get the UNIX time stamp of the last successful save to disk

Get the UNIX time stamp of the last successful save to disk
sourceraw docstring

lindexclj

(lindex & params)

Get an element from a list by its index

Get an element from a list by its index
sourceraw docstring

linsertclj

(linsert & params)

Insert an element before or after another element in a list

Insert an element before or after another element in a list
sourceraw docstring

llenclj

(llen & params)

Get the length of a list

Get the length of a list
sourceraw docstring

lpopclj

(lpop & params)

Remove and get the first element in a list

Remove and get the first element in a list
sourceraw docstring

lpushclj

(lpush & params)

Prepend one or multiple values to a list

Prepend one or multiple values to a list
sourceraw docstring

lpushxclj

(lpushx & params)

Prepend a value to a list, only if the list exists

Prepend a value to a list, only if the list exists
sourceraw docstring

lrangeclj

(lrange & params)

Get a range of elements from a list

Get a range of elements from a list
sourceraw docstring

lremclj

(lrem & params)

Remove elements from a list

Remove elements from a list
sourceraw docstring

lsetclj

(lset & params)

Set the value of an element in a list by its index

Set the value of an element in a list by its index
sourceraw docstring

ltrimclj

(ltrim & params)

Trim a list to the specified range

Trim a list to the specified range
sourceraw docstring

mgetclj

(mget & params)

Get the values of all the given keys

Get the values of all the given keys
sourceraw docstring

migrateclj

(migrate & params)

Atomically transfer a key from a Redis instance to another one.

Atomically transfer a key from a Redis instance to another one.
sourceraw docstring

monitorclj

(monitor pool)
source

moveclj

(move & params)

Move a key to another database

Move a key to another database
sourceraw docstring

msetclj

(mset & params)

Set multiple keys to multiple values

Set multiple keys to multiple values
sourceraw docstring

msetnxclj

(msetnx & params)

Set multiple keys to multiple values, only if none of the keys exist

Set multiple keys to multiple values, only if none of the keys exist
sourceraw docstring

objectclj

(object & params)

Inspect the internals of Redis objects

Inspect the internals of Redis objects
sourceraw docstring

persistclj

(persist & params)

Remove the expiration from a key

Remove the expiration from a key
sourceraw docstring

pexpireclj

(pexpire & params)

Set a key's time to live in milliseconds

Set a key's time to live in milliseconds
sourceraw docstring

pexpireatclj

(pexpireat & params)

Set the expiration for a key as a UNIX timestamp specified in milliseconds

Set the expiration for a key as a UNIX timestamp specified in milliseconds
sourceraw docstring

pfaddclj

(pfadd & params)

Adds the specified elements to the specified HyperLogLog.

Adds the specified elements to the specified HyperLogLog.
sourceraw docstring

pfcountclj

(pfcount & params)

Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
sourceraw docstring

pfmergeclj

(pfmerge & params)

Merge N different HyperLogLogs into a single one.

Merge N different HyperLogLogs into a single one.
sourceraw docstring

pingclj

(ping & params)

Ping the server

Ping the server
sourceraw docstring

ping-1000clj

(ping-1000 p)
source

psetexclj

(psetex & params)

Set the value and expiration in milliseconds of a key

Set the value and expiration in milliseconds of a key
sourceraw docstring

psubscribeclj

(psubscribe pool pattern)
source

pttlclj

(pttl & params)

Get the time to live for a key in milliseconds

Get the time to live for a key in milliseconds
sourceraw docstring

publishclj

(publish & params)

Post a message to a channel

Post a message to a channel
sourceraw docstring

pubsubclj

(pubsub & params)

Inspect the state of the Pub/Sub subsystem

Inspect the state of the Pub/Sub subsystem
sourceraw docstring

punsubscribeclj

(punsubscribe pool pattern)
source

quitclj

(quit & params)

Close the connection

Close the connection
sourceraw docstring

randomkeyclj

(randomkey & params)

Return a random key from the keyspace

Return a random key from the keyspace
sourceraw docstring

read-valueclj

(read-value msg)
source

renameclj

(rename & params)

Rename a key

Rename a key
sourceraw docstring

renamenxclj

(renamenx & params)

Rename a key, only if the new key does not exist

Rename a key, only if the new key does not exist
sourceraw docstring

restoreclj

(restore & params)

Create a key using the provided serialized value, previously obtained using DUMP.

Create a key using the provided serialized value, previously obtained using DUMP.
sourceraw docstring

roleclj

(role & params)

Return the role of the instance in the context of replication

Return the role of the instance in the context of replication
sourceraw docstring

rpopclj

(rpop & params)

Remove and get the last element in a list

Remove and get the last element in a list
sourceraw docstring

rpoplpushclj

(rpoplpush & params)

Remove the last element in a list, prepend it to another list and return it

Remove the last element in a list, prepend it to another list and return it
sourceraw docstring

rpushclj

(rpush & params)

Append one or multiple values to a list

Append one or multiple values to a list
sourceraw docstring

rpushxclj

(rpushx & params)

Append a value to a list, only if the list exists

Append a value to a list, only if the list exists
sourceraw docstring

saddclj

(sadd & params)

Add one or more members to a set

Add one or more members to a set
sourceraw docstring

saveclj

(save & params)

Synchronously save the dataset to disk

Synchronously save the dataset to disk
sourceraw docstring

scanclj

(scan & params)

Incrementally iterate the keys space

Incrementally iterate the keys space
sourceraw docstring

scardclj

(scard & params)

Get the number of members in a set

Get the number of members in a set
sourceraw docstring

script-existsclj

(script-exists & params)

Check existence of scripts in the script cache.

Check existence of scripts in the script cache.
sourceraw docstring

script-flushclj

(script-flush & params)

Remove all the scripts from the script cache.

Remove all the scripts from the script cache.
sourceraw docstring

script-killclj

(script-kill & params)

Kill the script currently in execution.

Kill the script currently in execution.
sourceraw docstring

script-loadclj

(script-load & params)

Load the specified Lua script into the script cache.

Load the specified Lua script into the script cache.
sourceraw docstring

sdiffclj

(sdiff & params)

Subtract multiple sets

Subtract multiple sets
sourceraw docstring

sdiffstoreclj

(sdiffstore & params)

Subtract multiple sets and store the resulting set in a key

Subtract multiple sets and store the resulting set in a key
sourceraw docstring

selectclj

(select & params)

Change the selected database for the current connection

Change the selected database for the current connection
sourceraw docstring

setclj

(set & params)

Set the string value of a key

Set the string value of a key
sourceraw docstring

setbitclj

(setbit & params)

Sets or clears the bit at offset in the string value stored at key

Sets or clears the bit at offset in the string value stored at key
sourceraw docstring

setexclj

(setex & params)

Set the value and expiration of a key

Set the value and expiration of a key
sourceraw docstring

setnxclj

(setnx & params)

Set the value of a key, only if the key does not exist

Set the value of a key, only if the key does not exist
sourceraw docstring

setrangeclj

(setrange & params)

Overwrite part of a string at key starting at the specified offset

Overwrite part of a string at key starting at the specified offset
sourceraw docstring

shutdownclj

(shutdown & params)

Synchronously save the dataset to disk and then shut down the server

Synchronously save the dataset to disk and then shut down the server
sourceraw docstring

sinterclj

(sinter & params)

Intersect multiple sets

Intersect multiple sets
sourceraw docstring

sinterstoreclj

(sinterstore & params)

Intersect multiple sets and store the resulting set in a key

Intersect multiple sets and store the resulting set in a key
sourceraw docstring

sismemberclj

(sismember & params)

Determine if a given value is a member of a set

Determine if a given value is a member of a set
sourceraw docstring

slaveofclj

(slaveof & params)

Make the server a slave of another instance, or promote it as master

Make the server a slave of another instance, or promote it as master
sourceraw docstring

slowlogclj

(slowlog & params)

Manages the Redis slow queries log

Manages the Redis slow queries log
sourceraw docstring

smembersclj

(smembers & params)

Get all the members in a set

Get all the members in a set
sourceraw docstring

smoveclj

(smove & params)

Move a member from one set to another

Move a member from one set to another
sourceraw docstring

sortclj

(sort & params)

Sort the elements in a list, set or sorted set

Sort the elements in a list, set or sorted set
sourceraw docstring

spopclj

(spop & params)

Remove and return one or multiple random members from a set

Remove and return one or multiple random members from a set
sourceraw docstring

srandmemberclj

(srandmember & params)

Get one or multiple random members from a set

Get one or multiple random members from a set
sourceraw docstring

sremclj

(srem & params)

Remove one or more members from a set

Remove one or more members from a set
sourceraw docstring

sscanclj

(sscan & params)

Incrementally iterate Set elements

Incrementally iterate Set elements
sourceraw docstring

strlenclj

(strlen & params)

Get the length of the value stored in a key

Get the length of the value stored in a key
sourceraw docstring

subscribeclj

(subscribe pool channel)
source

sunionclj

(sunion & params)

Add multiple sets

Add multiple sets
sourceraw docstring

sunionstoreclj

(sunionstore & params)

Add multiple sets and store the resulting set in a key

Add multiple sets and store the resulting set in a key
sourceraw docstring

syncclj

(sync & params)

Internal command used for replication

Internal command used for replication
sourceraw docstring

timeclj

(time & params)

Return the current server time

Return the current server time
sourceraw docstring

ttlclj

(ttl & params)

Get the time to live for a key

Get the time to live for a key
sourceraw docstring

typeclj

(type & params)

Determine the type stored at key

Determine the type stored at key
sourceraw docstring

unsubscribeclj

(unsubscribe pool channel)
source

unwatchclj

(unwatch & params)

Forget about all watched keys

Forget about all watched keys
sourceraw docstring

waitclj

(wait & params)

Wait for the synchronous replication of all the write commands sent in the context of the current connection

Wait for the synchronous replication of all the write commands sent in the context of the current connection
sourceraw docstring

wait!cljmacro

(wait! expr)
source

wait!!cljmacro

(wait!! expr)
source

watchclj

(watch & params)

Watch the given keys to determine execution of the MULTI/EXEC block

Watch the given keys to determine execution of the MULTI/EXEC block
sourceraw docstring

zaddclj

(zadd & params)

Add one or more members to a sorted set, or update its score if it already exists

Add one or more members to a sorted set, or update its score if it already exists
sourceraw docstring

zcardclj

(zcard & params)

Get the number of members in a sorted set

Get the number of members in a sorted set
sourceraw docstring

zcountclj

(zcount & params)

Count the members in a sorted set with scores within the given values

Count the members in a sorted set with scores within the given values
sourceraw docstring

zincrbyclj

(zincrby & params)

Increment the score of a member in a sorted set

Increment the score of a member in a sorted set
sourceraw docstring

zinterstoreclj

(zinterstore & params)

Intersect multiple sorted sets and store the resulting sorted set in a new key

Intersect multiple sorted sets and store the resulting sorted set in a new key
sourceraw docstring

zlexcountclj

(zlexcount & params)

Count the number of members in a sorted set between a given lexicographical range

Count the number of members in a sorted set between a given lexicographical range
sourceraw docstring

zrangeclj

(zrange & params)

Return a range of members in a sorted set, by index

Return a range of members in a sorted set, by index
sourceraw docstring

zrangebylexclj

(zrangebylex & params)

Return a range of members in a sorted set, by lexicographical range

Return a range of members in a sorted set, by lexicographical range
sourceraw docstring

zrangebyscoreclj

(zrangebyscore & params)

Return a range of members in a sorted set, by score

Return a range of members in a sorted set, by score
sourceraw docstring

zrankclj

(zrank & params)

Determine the index of a member in a sorted set

Determine the index of a member in a sorted set
sourceraw docstring

zremclj

(zrem & params)

Remove one or more members from a sorted set

Remove one or more members from a sorted set
sourceraw docstring

zremrangebylexclj

(zremrangebylex & params)

Remove all members in a sorted set between the given lexicographical range

Remove all members in a sorted set between the given lexicographical range
sourceraw docstring

zremrangebyrankclj

(zremrangebyrank & params)

Remove all members in a sorted set within the given indexes

Remove all members in a sorted set within the given indexes
sourceraw docstring

zremrangebyscoreclj

(zremrangebyscore & params)

Remove all members in a sorted set within the given scores

Remove all members in a sorted set within the given scores
sourceraw docstring

zrevrangeclj

(zrevrange & params)

Return a range of members in a sorted set, by index, with scores ordered from high to low

Return a range of members in a sorted set, by index, with scores ordered from high to low
sourceraw docstring

zrevrangebylexclj

(zrevrangebylex & params)

Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.

Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
sourceraw docstring

zrevrangebyscoreclj

(zrevrangebyscore & params)

Return a range of members in a sorted set, by score, with scores ordered from high to low

Return a range of members in a sorted set, by score, with scores ordered from high to low
sourceraw docstring

zrevrankclj

(zrevrank & params)

Determine the index of a member in a sorted set, with scores ordered from high to low

Determine the index of a member in a sorted set, with scores ordered from high to low
sourceraw docstring

zscanclj

(zscan & params)

Incrementally iterate sorted sets elements and associated scores

Incrementally iterate sorted sets elements and associated scores
sourceraw docstring

zscoreclj

(zscore & params)

Get the score associated with the given member in a sorted set

Get the score associated with the given member in a sorted set
sourceraw docstring

zunionstoreclj

(zunionstore & params)

Add multiple sorted sets and store the resulting sorted set in a new key

Add multiple sorted sets and store the resulting sorted set in a new key
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close